Html Css Color HEX #FBCBD6 Pink Lace

📋 copy color: '#FBCBD6'

red 251 ◦ green 203 ◦ blue 214

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

Shades of Pink Lace #FBCBD6

Tints of Pink Lace #FBCBD6

RGB

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

 GREEN value IS 203 (79.69% from 255) = 30.39%

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

R = 37.57%
G = 30.39%
B = 32.04%

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

#FBCBD6 (or 0xFBCBD6) is known color: Pink Lace. HEX triplet: FB, CB and D6. RGB value is (251,203,214). Sum of RGB (Red+Green+Blue) = 251+203+214=668 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.57% from 668); Green value is 203 (79.69% from 255 or 30.39% from 668); Blue value is 214 (83.98% from 255 or 32.04% from 668); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCBD6 is #043429. Grayscale: #DADADA. Windows color (decimal): -275498 or 14076923. OLE color: 14076923.

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

Color convert

RGB 251 203 214 -
CMYK 0 0.19 0.15 0.02
HSL 346.25º 0.86% 0.89% -
HSV(B) 346.25º 0.19% 0.98% -
XYZ 73.28 68.08 72.9 -
YUV 218.61 125.4 151.11 -
System Red Green Blue C M Y K H S L
Decimal 251 203 214 0 0.19 0.15 0.02 346.25 0.86 0.89
Hex FB CB D6 0 13 F 2 15A 56 59
Octal 373 313 326 0 23 17 2 532 126 131
Binary 11111011 11001011 11010110 0 10011 1111 10 101011010 1010110 1011001

Color Harmonies of #FBCBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCBD6

Black with #FBCBD6

Text Example


Text Example

White with #FBCBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCBD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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