Html Css Color HEX #FBCCD6 Pink Lace

📋 copy color: '#FBCCD6'

red 251 ◦ green 204 ◦ blue 214

#FBCCD6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Lace #FBCCD6

Tints of Pink Lace #FBCCD6

RGB

 RED value IS 251 (98.44% from 255) = 37.52%

 GREEN value IS 204 (80.08% from 255) = 30.49%

 BLUE value IS 214 (83.98% from 255) = 31.99%

R = 37.52%
G = 30.49%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.15

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FBCCD6 (or 0xFBCCD6) is known color: Pink Lace. HEX triplet: FB, CC and D6. RGB value is (251,204,214). Sum of RGB (Red+Green+Blue) = 251+204+214=669 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.52% from 669); Green value is 204 (80.08% from 255 or 30.49% from 669); Blue value is 214 (83.98% from 255 or 31.99% from 669); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCCD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCCD6 is #043329. Grayscale: #DBDBDB. Windows color (decimal): -275242 or 14077179. OLE color: 14077179.

HSL color Cylindrical-coordinate representation of color #FBCCD6: hue angle of 347.23º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FBCCD6 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 204 214 -
CMYK 0 0.19 0.15 0.02
HSL 347.23º 0.85% 0.89% -
HSV(B) 347.23º 0.19% 0.98% -
XYZ 73.51 68.55 72.98 -
YUV 219.19 125.07 150.69 -
System Red Green Blue C M Y K H S L
Decimal 251 204 214 0 0.19 0.15 0.02 347.23 0.85 0.89
Hex FB CC D6 0 13 F 2 15B 55 59
Octal 373 314 326 0 23 17 2 533 125 131
Binary 11111011 11001100 11010110 0 10011 1111 10 101011011 1010101 1011001

Color Harmonies of #FBCCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCCD6

Black with #FBCCD6

Text Example


Text Example

White with #FBCCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCCD6; }

 p { color: rgb(251,204,214); }

 H1.HeaderClassName
 {
   color: #FBCCD6;
 }
 .AnyTagClassName
 {
   color: #FBCCD6;
 }
</style>

background-color css

<style>
 a { background-color: #FBCCD6; }

 a { background-color: rgb(251,204,214); }

 div.DivClassName
 {
   background-color: #FBCCD6;
 }
 .BgClassName
 {
   background-color: #FBCCD6;
 }
</style>

border-color css

<style>
 span { border-color: #FBCCD6; }

 span { border-color: rgb(251,204,214); }

 td.TdClassName
 {
   border-color: #FBCCD6;
 }
 .TagClassName
 {
   border-color: #FBCCD6;
 }
</style>