#FBFADD

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

Shades of Chilean Heath #FBFADD

Tints of Chilean Heath #FBFADD

Color information

#FBFADD (or 0xFBFADD) is unknown color: approx Chilean Heath. HEX triplet: FB, FA and DD. RGB value is (251,250,221). Sum of RGB (Red+Green+Blue) = 251+250+221=722 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.76% from 722); Green value is 250 (98.05% from 255 or 34.63% from 722); Blue value is 221 (86.72% from 255 or 30.61% from 722); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFADD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFADD is #040522. Grayscale: #F7F7F7. Windows color (decimal): -263459 or 14547707. OLE color: 14547707.

HSL color Cylindrical-coordinate representation of color #FBFADD: hue angle of 58º degrees, saturation: 0.79, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FBFADD is Cyan = 0, Magento = 0.00, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB251250221-
CMYK00.000.120.02
HSL58º78.95%92.55%-
HSV(B)58º11.95%98.43%-
XYZ87.0294.181.98-
YUV246.99113.33130.86-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.76%
GREEN value IS 250 (98.05% from 255) = 34.63%
BLUE value IS 221 (86.72% from 255) = 30.61%
R=34.76%
G=34.63%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25125022100.000.120.025878.9592.55
HexFBFADD00C23a4f5d
Octal3733723350014272117135
Binary1111101111111010110111010011001011101010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFADD; }

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

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

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

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

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

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

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

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