Html Css Color HEX #FBD0DB Pink Lace

📋 copy color: '#FBD0DB'

red 251 ◦ green 208 ◦ blue 219

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

Shades of Pink Lace #FBD0DB

Tints of Pink Lace #FBD0DB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 30.68%

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

R = 37.02%
G = 30.68%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FBD0DB (or 0xFBD0DB) is known color: Pink Lace. HEX triplet: FB, D0 and DB. RGB value is (251,208,219). Sum of RGB (Red+Green+Blue) = 251+208+219=678 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.02% from 678); Green value is 208 (81.64% from 255 or 30.68% from 678); Blue value is 219 (85.94% from 255 or 32.30% from 678); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD0DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD0DB is #042F24. Grayscale: #DEDEDE. Windows color (decimal): -274213 or 14405883. OLE color: 14405883.

HSL color Cylindrical-coordinate representation of color #FBD0DB: hue angle of 344.65º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FBD0DB is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 208 219 -
CMYK 0 0.17 0.13 0.02
HSL 344.65º 0.84% 0.9% -
HSV(B) 344.65º 0.17% 0.98% -
XYZ 75.13 70.74 76.71 -
YUV 222.11 126.25 148.61 -
System Red Green Blue C M Y K H S L
Decimal 251 208 219 0 0.17 0.13 0.02 344.65 0.84 0.9
Hex FB D0 DB 0 11 D 2 159 54 5A
Octal 373 320 333 0 21 15 2 531 124 132
Binary 11111011 11010000 11011011 0 10001 1101 10 101011001 1010100 1011010

Color Harmonies of #FBD0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD0DB

Black with #FBD0DB

Text Example


Text Example

White with #FBD0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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