Html Css Color HEX #FEFBDB Chilean Heath

📋 copy color: '#FEFBDB'

red 254 ◦ green 251 ◦ blue 219

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

Shades of Chilean Heath #FEFBDB

Tints of Chilean Heath #FEFBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 30.25%

R = 35.08%
G = 34.67%
B = 30.25%

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

#FEFBDB (or 0xFEFBDB) is known color: Chilean Heath. HEX triplet: FE, FB and DB. RGB value is (254,251,219). Sum of RGB (Red+Green+Blue) = 254+251+219=724 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.08% from 724); Green value is 251 (98.44% from 255 or 34.67% from 724); Blue value is 219 (85.94% from 255 or 30.25% from 724); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFBDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFBDB is #010424. Grayscale: #F8F8F8. Windows color (decimal): -66597 or 14416894. OLE color: 14416894.

HSL color Cylindrical-coordinate representation of color #FEFBDB: hue angle of 54.86º 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 #FEFBDB is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 251 219 -
CMYK 0 0.01 0.14 0.00
HSL 54.86º 0.95% 0.93% -
HSV(B) 54.86º 0.14% 1% -
XYZ 88.16 95.18 80.74 -
YUV 248.25 111.49 132.1 -
System Red Green Blue C M Y K H S L
Decimal 254 251 219 0 0.01 0.14 0.00 54.86 0.95 0.93
Hex FE FB DB 0 1 E 0 37 5F 5D
Octal 376 373 333 0 1 16 0 67 137 135
Binary 11111110 11111011 11011011 0 1 1110 0 110111 1011111 1011101

Color Harmonies of #FEFBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFBDB

Black with #FEFBDB

Text Example


Text Example

White with #FEFBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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