Html Css Color HEX #FBCCDB Pink Lace

📋 copy color: '#FBCCDB'

red 251 ◦ green 204 ◦ blue 219

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

Shades of Pink Lace #FBCCDB

Tints of Pink Lace #FBCCDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 32.49%

R = 37.24%
G = 30.27%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FBCCDB (or 0xFBCCDB) is known color: Pink Lace. HEX triplet: FB, CC and DB. RGB value is (251,204,219). Sum of RGB (Red+Green+Blue) = 251+204+219=674 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.24% from 674); Green value is 204 (80.08% from 255 or 30.27% from 674); Blue value is 219 (85.94% from 255 or 32.49% from 674); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCCDB is #043324. Grayscale: #DBDBDB. Windows color (decimal): -275237 or 14404859. OLE color: 14404859.

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

Color convert

RGB 251 204 219 -
CMYK 0 0.19 0.13 0.02
HSL 340.85º 0.85% 0.89% -
HSV(B) 340.85º 0.19% 0.98% -
XYZ 74.16 68.81 76.39 -
YUV 219.76 127.57 150.28 -
System Red Green Blue C M Y K H S L
Decimal 251 204 219 0 0.19 0.13 0.02 340.85 0.85 0.89
Hex FB CC DB 0 13 D 2 155 55 59
Octal 373 314 333 0 23 15 2 525 125 131
Binary 11111011 11001100 11011011 0 10011 1101 10 101010101 1010101 1011001

Color Harmonies of #FBCCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCCDB

Black with #FBCCDB

Text Example


Text Example

White with #FBCCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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