Html Css Color HEX #FEFBDA Chilean Heath

📋 copy color: '#FEFBDA'

red 254 ◦ green 251 ◦ blue 218

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

Shades of Chilean Heath #FEFBDA

Tints of Chilean Heath #FEFBDA

RGB

 RED value IS 254 (99.61% from 255) = 35.13%

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

 BLUE value IS 218 (85.55% from 255) = 30.15%

R = 35.13%
G = 34.72%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FEFBDA (or 0xFEFBDA) is known color: Chilean Heath. HEX triplet: FE, FB and DA. RGB value is (254,251,218). Sum of RGB (Red+Green+Blue) = 254+251+218=723 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.13% from 723); Green value is 251 (98.44% from 255 or 34.72% from 723); Blue value is 218 (85.55% from 255 or 30.15% from 723); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFBDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFBDA is #010425. Grayscale: #F8F8F8. Windows color (decimal): -66598 or 14351358. OLE color: 14351358.

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

Color convert

RGB 254 251 218 -
CMYK 0 0.01 0.14 0.00
HSL 55º 0.95% 0.93% -
HSV(B) 55º 0.14% 1% -
XYZ 88.03 95.13 80.05 -
YUV 248.14 110.99 132.18 -
System Red Green Blue C M Y K H S L
Decimal 254 251 218 0 0.01 0.14 0.00 55 0.95 0.93
Hex FE FB DA 0 1 E 0 37 5F 5D
Octal 376 373 332 0 1 16 0 67 137 135
Binary 11111110 11111011 11011010 0 1 1110 0 110111 1011111 1011101

Color Harmonies of #FEFBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFBDA

Black with #FEFBDA

Text Example


Text Example

White with #FEFBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFBDA; }

 p { color: rgb(254,251,218); }

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

background-color css

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

 a { background-color: rgb(254,251,218); }

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

border-color css

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

 span { border-color: rgb(254,251,218); }

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