Html Css Color HEX #FDFBE5 Chilean Heath

📋 copy color: '#FDFBE5'

red 253 ◦ green 251 ◦ blue 229

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

Shades of Chilean Heath #FDFBE5

Tints of Chilean Heath #FDFBE5

RGB

 RED value IS 253 (99.22% from 255) = 34.52%

 GREEN value IS 251 (98.44% from 255) = 34.24%

 BLUE value IS 229 (89.84% from 255) = 31.24%

R = 34.52%
G = 34.24%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FDFBE5 (or 0xFDFBE5) is known color: Chilean Heath. HEX triplet: FD, FB and E5. RGB value is (253,251,229). Sum of RGB (Red+Green+Blue) = 253+251+229=733 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.52% from 733); Green value is 251 (98.44% from 255 or 34.24% from 733); Blue value is 229 (89.84% from 255 or 31.24% from 733); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFBE5 is #02041A. Grayscale: #F9F9F9. Windows color (decimal): -132123 or 15072253. OLE color: 15072253.

HSL color Cylindrical-coordinate representation of color #FDFBE5: hue angle of 55º degrees, saturation: 0.86, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FDFBE5 is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 251 229 -
CMYK 0 0.01 0.09 0.01
HSL 55º 0.86% 0.95% -
HSV(B) 55º 0.09% 0.99% -
XYZ 89.15 95.53 87.87 -
YUV 249.09 116.66 130.79 -
System Red Green Blue C M Y K H S L
Decimal 253 251 229 0 0.01 0.09 0.01 55 0.86 0.95
Hex FD FB E5 0 1 9 1 37 56 5F
Octal 375 373 345 0 1 11 1 67 126 137
Binary 11111101 11111011 11100101 0 1 1001 1 110111 1010110 1011111

Color Harmonies of #FDFBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFBE5

Black with #FDFBE5

Text Example


Text Example

White with #FDFBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFBE5; }

 p { color: rgb(253,251,229); }

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

background-color css

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

 a { background-color: rgb(253,251,229); }

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

border-color css

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

 span { border-color: rgb(253,251,229); }

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