Html Css Color HEX #FBCCD7 Pink Lace

📋 copy color: '#FBCCD7'

red 251 ◦ green 204 ◦ blue 215

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

Shades of Pink Lace #FBCCD7

Tints of Pink Lace #FBCCD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 32.09%

R = 37.46%
G = 30.45%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FBCCD7 (or 0xFBCCD7) is known color: Pink Lace. HEX triplet: FB, CC and D7. RGB value is (251,204,215). Sum of RGB (Red+Green+Blue) = 251+204+215=670 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.46% from 670); Green value is 204 (80.08% from 255 or 30.45% from 670); Blue value is 215 (84.38% from 255 or 32.09% from 670); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCCD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCCD7 is #043328. Grayscale: #DBDBDB. Windows color (decimal): -275241 or 14142715. OLE color: 14142715.

HSL color Cylindrical-coordinate representation of color #FBCCD7: hue angle of 345.96º 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 #FBCCD7 is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 204 215 -
CMYK 0 0.19 0.14 0.02
HSL 345.96º 0.85% 0.89% -
HSV(B) 345.96º 0.19% 0.98% -
XYZ 73.64 68.6 73.65 -
YUV 219.31 125.57 150.61 -
System Red Green Blue C M Y K H S L
Decimal 251 204 215 0 0.19 0.14 0.02 345.96 0.85 0.89
Hex FB CC D7 0 13 E 2 15A 55 59
Octal 373 314 327 0 23 16 2 532 125 131
Binary 11111011 11001100 11010111 0 10011 1110 10 101011010 1010101 1011001

Color Harmonies of #FBCCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCCD7

Black with #FBCCD7

Text Example


Text Example

White with #FBCCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCCD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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