Html Css Color HEX #F9F5D4 White Nectar

📋 copy color: '#F9F5D4'

red 249 ◦ green 245 ◦ blue 212

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

Shades of White Nectar #F9F5D4

Tints of White Nectar #F9F5D4

RGB

 RED value IS 249 (97.66% from 255) = 35.27%

 GREEN value IS 245 (96.09% from 255) = 34.7%

 BLUE value IS 212 (83.2% from 255) = 30.03%

R = 35.27%
G = 34.7%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#F9F5D4 (or 0xF9F5D4) is known color: White Nectar. HEX triplet: F9, F5 and D4. RGB value is (249,245,212). Sum of RGB (Red+Green+Blue) = 249+245+212=706 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.27% from 706); Green value is 245 (96.09% from 255 or 34.70% from 706); Blue value is 212 (83.20% from 255 or 30.03% from 706); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F5D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9F5D4 is #060A2B. Grayscale: #F2F2F2. Windows color (decimal): -395820 or 13956601. OLE color: 13956601.

HSL color Cylindrical-coordinate representation of color #F9F5D4: hue angle of 53.51º degrees, saturation: 0.76, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F9F5D4 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 245 212 -
CMYK 0 0.02 0.15 0.02
HSL 53.51º 0.76% 0.9% -
HSV(B) 53.51º 0.15% 0.98% -
XYZ 83.6 90.2 75.29 -
YUV 242.43 110.83 132.68 -
System Red Green Blue C M Y K H S L
Decimal 249 245 212 0 0.02 0.15 0.02 53.51 0.76 0.9
Hex F9 F5 D4 0 2 F 2 36 4C 5A
Octal 371 365 324 0 2 17 2 66 114 132
Binary 11111001 11110101 11010100 0 10 1111 10 110110 1001100 1011010

Color Harmonies of #F9F5D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9F5D4

Black with #F9F5D4

Text Example


Text Example

White with #F9F5D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9F5D4; }

 p { color: rgb(249,245,212); }

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

background-color css

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

 a { background-color: rgb(249,245,212); }

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

border-color css

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

 span { border-color: rgb(249,245,212); }

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