Html Css Color HEX #FDFBE2 Chilean Heath

📋 copy color: '#FDFBE2'

red 253 ◦ green 251 ◦ blue 226

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

Shades of Chilean Heath #FDFBE2

Tints of Chilean Heath #FDFBE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 30.96%

R = 34.66%
G = 34.38%
B = 30.96%

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

#FDFBE2 (or 0xFDFBE2) is known color: Chilean Heath. HEX triplet: FD, FB and E2. RGB value is (253,251,226). Sum of RGB (Red+Green+Blue) = 253+251+226=730 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.66% from 730); Green value is 251 (98.44% from 255 or 34.38% from 730); Blue value is 226 (88.67% from 255 or 30.96% from 730); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFBE2 is #02041D. Grayscale: #F8F8F8. Windows color (decimal): -132126 or 14875645. OLE color: 14875645.

HSL color Cylindrical-coordinate representation of color #FDFBE2: hue angle of 55.56º degrees, saturation: 0.87, 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 #FDFBE2 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 251 226 -
CMYK 0 0.01 0.11 0.01
HSL 55.56º 0.87% 0.94% -
HSV(B) 55.56º 0.11% 0.99% -
XYZ 88.73 95.37 85.68 -
YUV 248.75 115.16 131.03 -
System Red Green Blue C M Y K H S L
Decimal 253 251 226 0 0.01 0.11 0.01 55.56 0.87 0.94
Hex FD FB E2 0 1 B 1 38 57 5E
Octal 375 373 342 0 1 13 1 70 127 136
Binary 11111101 11111011 11100010 0 1 1011 1 111000 1010111 1011110

Color Harmonies of #FDFBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFBE2

Black with #FDFBE2

Text Example


Text Example

White with #FDFBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFBE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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