Html Css Color HEX #FDFAD7 White Nectar

📋 copy color: '#FDFAD7'

red 253 ◦ green 250 ◦ blue 215

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

Shades of White Nectar #FDFAD7

Tints of White Nectar #FDFAD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 29.94%

R = 35.24%
G = 34.82%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FDFAD7 (or 0xFDFAD7) is known color: White Nectar. HEX triplet: FD, FA and D7. RGB value is (253,250,215). Sum of RGB (Red+Green+Blue) = 253+250+215=718 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.24% from 718); Green value is 250 (98.05% from 255 or 34.82% from 718); Blue value is 215 (84.38% from 255 or 29.94% from 718); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFAD7 is #020528. Grayscale: #F7F7F7. Windows color (decimal): -132393 or 14154493. OLE color: 14154493.

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

Color convert

RGB 253 250 215 -
CMYK 0 0.01 0.15 0.01
HSL 55.26º 0.9% 0.92% -
HSV(B) 55.26º 0.15% 0.99% -
XYZ 86.96 94.16 77.88 -
YUV 246.91 109.99 132.35 -
System Red Green Blue C M Y K H S L
Decimal 253 250 215 0 0.01 0.15 0.01 55.26 0.9 0.92
Hex FD FA D7 0 1 F 1 37 5A 5C
Octal 375 372 327 0 1 17 1 67 132 134
Binary 11111101 11111010 11010111 0 1 1111 1 110111 1011010 1011100

Color Harmonies of #FDFAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFAD7

Black with #FDFAD7

Text Example


Text Example

White with #FDFAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFAD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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