Html Css Color HEX #FBCAD8 Pink Lace

📋 copy color: '#FBCAD8'

red 251 ◦ green 202 ◦ blue 216

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

Shades of Pink Lace #FBCAD8

Tints of Pink Lace #FBCAD8

RGB

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

 GREEN value IS 202 (79.3% from 255) = 30.19%

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

R = 37.52%
G = 30.19%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FBCAD8 (or 0xFBCAD8) is known color: Pink Lace. HEX triplet: FB, CA and D8. RGB value is (251,202,216). Sum of RGB (Red+Green+Blue) = 251+202+216=669 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.52% from 669); Green value is 202 (79.30% from 255 or 30.19% from 669); Blue value is 216 (84.77% from 255 or 32.29% from 669); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCAD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCAD8 is #043527. Grayscale: #DADADA. Windows color (decimal): -275752 or 14207739. OLE color: 14207739.

HSL color Cylindrical-coordinate representation of color #FBCAD8: hue angle of 342.86º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBCAD8 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 202 216 -
CMYK 0 0.20 0.14 0.02
HSL 342.86º 0.86% 0.89% -
HSV(B) 342.86º 0.2% 0.98% -
XYZ 73.3 67.71 74.17 -
YUV 218.25 126.73 151.36 -
System Red Green Blue C M Y K H S L
Decimal 251 202 216 0 0.20 0.14 0.02 342.86 0.86 0.89
Hex FB CA D8 0 14 E 2 157 56 59
Octal 373 312 330 0 24 16 2 527 126 131
Binary 11111011 11001010 11011000 0 10100 1110 10 101010111 1010110 1011001

Color Harmonies of #FBCAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCAD8

Black with #FBCAD8

Text Example


Text Example

White with #FBCAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCAD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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