#FBD6DD

Color #FBD6DD Cherub (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cherub #FBD6DD

Tints of Cherub #FBD6DD

Color information

#FBD6DD (or 0xFBD6DD) is unknown color: approx Cherub. HEX triplet: FB, D6 and DD. RGB value is (251,214,221). Sum of RGB (Red+Green+Blue) = 251+214+221=686 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.59% from 686); Green value is 214 (83.98% from 255 or 31.20% from 686); Blue value is 221 (86.72% from 255 or 32.22% from 686); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD6DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD6DD is #042922. Grayscale: #E1E1E1. Windows color (decimal): -272675 or 14538491. OLE color: 14538491.

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

Color convert

RGB251214221-
CMYK00.150.120.02
HSL348.65º82.22%91.18%-
HSV(B)348.65º14.74%98.43%-
XYZ76.8873.8278.6-
YUV225.86125.26145.93-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.59%
GREEN value IS 214 (83.98% from 255) = 31.20%
BLUE value IS 221 (86.72% from 255) = 32.22%
R=36.59%
G=31.20%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121422100.150.120.02348.6582.2291.18
HexFBD6DD0FC215d525b
Octal373326335017142535122133
Binary1111101111010110110111010111111001010101110110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD6DD; }

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

 H1.HeaderClassName
 {
   color: #FBD6DD;
 }
 .AnyTagClassName
 {
   color: #FBD6DD;
 }
</style>
background-color css

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

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

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

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

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

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