Html Css Color HEX #FDFAD6 White Nectar

📋 copy color: '#FDFAD6'

red 253 ◦ green 250 ◦ blue 214

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

Shades of White Nectar #FDFAD6

Tints of White Nectar #FDFAD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 29.85%

R = 35.29%
G = 34.87%
B = 29.85%

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

#FDFAD6 (or 0xFDFAD6) is known color: White Nectar. HEX triplet: FD, FA and D6. RGB value is (253,250,214). Sum of RGB (Red+Green+Blue) = 253+250+214=717 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.29% from 717); Green value is 250 (98.05% from 255 or 34.87% from 717); Blue value is 214 (83.98% from 255 or 29.85% from 717); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFAD6 is #020529. Grayscale: #F6F6F6. Windows color (decimal): -132394 or 14088957. OLE color: 14088957.

HSL color Cylindrical-coordinate representation of color #FDFAD6: hue angle of 55.38º degrees, saturation: 0.91, 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 #FDFAD6 is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 250 214 -
CMYK 0 0.01 0.15 0.01
HSL 55.38º 0.91% 0.92% -
HSV(B) 55.38º 0.15% 0.99% -
XYZ 86.83 94.11 77.21 -
YUV 246.79 109.49 132.43 -
System Red Green Blue C M Y K H S L
Decimal 253 250 214 0 0.01 0.15 0.01 55.38 0.91 0.92
Hex FD FA D6 0 1 F 1 37 5B 5C
Octal 375 372 326 0 1 17 1 67 133 134
Binary 11111101 11111010 11010110 0 1 1111 1 110111 1011011 1011100

Color Harmonies of #FDFAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFAD6

Black with #FDFAD6

Text Example


Text Example

White with #FDFAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFAD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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