Html Css Color HEX #FDFBE4 Chilean Heath

📋 copy color: '#FDFBE4'

red 253 ◦ green 251 ◦ blue 228

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

Shades of Chilean Heath #FDFBE4

Tints of Chilean Heath #FDFBE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 31.15%

R = 34.56%
G = 34.29%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FDFBE4 (or 0xFDFBE4) is known color: Chilean Heath. HEX triplet: FD, FB and E4. RGB value is (253,251,228). Sum of RGB (Red+Green+Blue) = 253+251+228=732 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.56% from 732); Green value is 251 (98.44% from 255 or 34.29% from 732); Blue value is 228 (89.45% from 255 or 31.15% from 732); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFBE4 is #02041B. Grayscale: #F9F9F9. Windows color (decimal): -132124 or 15006717. OLE color: 15006717.

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

Color convert

RGB 253 251 228 -
CMYK 0 0.01 0.10 0.01
HSL 55.2º 0.86% 0.94% -
HSV(B) 55.2º 0.1% 0.99% -
XYZ 89.01 95.48 87.14 -
YUV 248.98 116.16 130.87 -
System Red Green Blue C M Y K H S L
Decimal 253 251 228 0 0.01 0.10 0.01 55.2 0.86 0.94
Hex FD FB E4 0 1 A 1 37 56 5E
Octal 375 373 344 0 1 12 1 67 126 136
Binary 11111101 11111011 11100100 0 1 1010 1 110111 1010110 1011110

Color Harmonies of #FDFBE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFBE4

Black with #FDFBE4

Text Example


Text Example

White with #FDFBE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFBE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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