Html Css Color HEX #FDFADB Chilean Heath

📋 copy color: '#FDFADB'

red 253 ◦ green 250 ◦ blue 219

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

Shades of Chilean Heath #FDFADB

Tints of Chilean Heath #FDFADB

RGB

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

 GREEN value IS 250 (98.05% from 255) = 34.63%

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

R = 35.04%
G = 34.63%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FDFADB (or 0xFDFADB) is known color: Chilean Heath. HEX triplet: FD, FA and DB. RGB value is (253,250,219). Sum of RGB (Red+Green+Blue) = 253+250+219=722 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.04% from 722); Green value is 250 (98.05% from 255 or 34.63% from 722); Blue value is 219 (85.94% from 255 or 30.33% from 722); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFADB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFADB is #020524. Grayscale: #F7F7F7. Windows color (decimal): -132389 or 14416637. OLE color: 14416637.

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

Color convert

RGB 253 250 219 -
CMYK 0 0.01 0.13 0.01
HSL 54.71º 0.89% 0.93% -
HSV(B) 54.71º 0.13% 0.99% -
XYZ 87.48 94.37 80.62 -
YUV 247.36 111.99 132.02 -
System Red Green Blue C M Y K H S L
Decimal 253 250 219 0 0.01 0.13 0.01 54.71 0.89 0.93
Hex FD FA DB 0 1 D 1 37 59 5D
Octal 375 372 333 0 1 15 1 67 131 135
Binary 11111101 11111010 11011011 0 1 1101 1 110111 1011001 1011101

Color Harmonies of #FDFADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFADB

Black with #FDFADB

Text Example


Text Example

White with #FDFADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFADB; }

 p { color: rgb(253,250,219); }

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

background-color css

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

 a { background-color: rgb(253,250,219); }

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

border-color css

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

 span { border-color: rgb(253,250,219); }

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