Html Css Color HEX #FDFBE0 Chilean Heath

📋 copy color: '#FDFBE0'

red 253 ◦ green 251 ◦ blue 224

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

Shades of Chilean Heath #FDFBE0

Tints of Chilean Heath #FDFBE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 30.77%

R = 34.75%
G = 34.48%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FDFBE0 (or 0xFDFBE0) is known color: Chilean Heath. HEX triplet: FD, FB and E0. RGB value is (253,251,224). Sum of RGB (Red+Green+Blue) = 253+251+224=728 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.75% from 728); Green value is 251 (98.44% from 255 or 34.48% from 728); Blue value is 224 (87.89% from 255 or 30.77% from 728); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFBE0 is #02041F. Grayscale: #F8F8F8. Windows color (decimal): -132128 or 14744573. OLE color: 14744573.

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

Color convert

RGB 253 251 224 -
CMYK 0 0.01 0.11 0.01
HSL 55.86º 0.88% 0.94% -
HSV(B) 55.86º 0.11% 0.99% -
XYZ 88.46 95.26 84.25 -
YUV 248.52 114.16 131.2 -
System Red Green Blue C M Y K H S L
Decimal 253 251 224 0 0.01 0.11 0.01 55.86 0.88 0.94
Hex FD FB E0 0 1 B 1 38 58 5E
Octal 375 373 340 0 1 13 1 70 130 136
Binary 11111101 11111011 11100000 0 1 1011 1 111000 1011000 1011110

Color Harmonies of #FDFBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFBE0

Black with #FDFBE0

Text Example


Text Example

White with #FDFBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFBE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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