Html Css Color HEX #FBCCD8 Pink Lace

📋 copy color: '#FBCCD8'

red 251 ◦ green 204 ◦ blue 216

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

Shades of Pink Lace #FBCCD8

Tints of Pink Lace #FBCCD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 32.19%

R = 37.41%
G = 30.4%
B = 32.19%

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

#FBCCD8 (or 0xFBCCD8) is known color: Pink Lace. HEX triplet: FB, CC and D8. RGB value is (251,204,216). Sum of RGB (Red+Green+Blue) = 251+204+216=671 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.41% from 671); Green value is 204 (80.08% from 255 or 30.40% from 671); Blue value is 216 (84.77% from 255 or 32.19% from 671); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCCD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCCD8 is #043327. Grayscale: #DBDBDB. Windows color (decimal): -275240 or 14208251. OLE color: 14208251.

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

Color convert

RGB 251 204 216 -
CMYK 0 0.19 0.14 0.02
HSL 344.68º 0.85% 0.89% -
HSV(B) 344.68º 0.19% 0.98% -
XYZ 73.77 68.65 74.33 -
YUV 219.42 126.07 150.52 -
System Red Green Blue C M Y K H S L
Decimal 251 204 216 0 0.19 0.14 0.02 344.68 0.85 0.89
Hex FB CC D8 0 13 E 2 159 55 59
Octal 373 314 330 0 23 16 2 531 125 131
Binary 11111011 11001100 11011000 0 10011 1110 10 101011001 1010101 1011001

Color Harmonies of #FBCCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCCD8

Black with #FBCCD8

Text Example


Text Example

White with #FBCCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCCD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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