Html Css Color HEX #FBD6DB Pale Pink

📋 copy color: '#FBD6DB'

red 251 ◦ green 214 ◦ blue 219

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

Shades of Pale Pink #FBD6DB

Tints of Pale Pink #FBD6DB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 31.29%

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

R = 36.7%
G = 31.29%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FBD6DB (or 0xFBD6DB) is known color: Pale Pink. HEX triplet: FB, D6 and DB. RGB value is (251,214,219). Sum of RGB (Red+Green+Blue) = 251+214+219=684 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.70% from 684); Green value is 214 (83.98% from 255 or 31.29% from 684); Blue value is 219 (85.94% from 255 or 32.02% from 684); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD6DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD6DB is #042924. Grayscale: #E1E1E1. Windows color (decimal): -272677 or 14407419. OLE color: 14407419.

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

Color convert

RGB 251 214 219 -
CMYK 0 0.15 0.13 0.02
HSL 351.89º 0.82% 0.91% -
HSV(B) 351.89º 0.15% 0.98% -
XYZ 76.62 73.72 77.21 -
YUV 225.63 124.26 146.09 -
System Red Green Blue C M Y K H S L
Decimal 251 214 219 0 0.15 0.13 0.02 351.89 0.82 0.91
Hex FB D6 DB 0 F D 2 160 52 5B
Octal 373 326 333 0 17 15 2 540 122 133
Binary 11111011 11010110 11011011 0 1111 1101 10 101100000 1010010 1011011

Color Harmonies of #FBD6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD6DB

Black with #FBD6DB

Text Example


Text Example

White with #FBD6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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