Html Css Color HEX #FCF7D6 White Nectar

📋 copy color: '#FCF7D6'

red 252 ◦ green 247 ◦ blue 214

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

Shades of White Nectar #FCF7D6

Tints of White Nectar #FCF7D6

RGB

 RED value IS 252 (98.83% from 255) = 35.34%

 GREEN value IS 247 (96.88% from 255) = 34.64%

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

R = 35.34%
G = 34.64%
B = 30.01%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FCF7D6 (or 0xFCF7D6) is known color: White Nectar. HEX triplet: FC, F7 and D6. RGB value is (252,247,214). Sum of RGB (Red+Green+Blue) = 252+247+214=713 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.34% from 713); Green value is 247 (96.88% from 255 or 34.64% from 713); Blue value is 214 (83.98% from 255 or 30.01% from 713); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF7D6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF7D6 is #030829. Grayscale: #F4F4F4. Windows color (decimal): -198698 or 14088188. OLE color: 14088188.

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

Color convert

RGB 252 247 214 -
CMYK 0 0.02 0.15 0.01
HSL 52.11º 0.86% 0.91% -
HSV(B) 52.11º 0.15% 0.99% -
XYZ 85.54 92.07 76.88 -
YUV 244.73 110.66 133.18 -
System Red Green Blue C M Y K H S L
Decimal 252 247 214 0 0.02 0.15 0.01 52.11 0.86 0.91
Hex FC F7 D6 0 2 F 1 34 56 5B
Octal 374 367 326 0 2 17 1 64 126 133
Binary 11111100 11110111 11010110 0 10 1111 1 110100 1010110 1011011

Color Harmonies of #FCF7D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF7D6

Black with #FCF7D6

Text Example


Text Example

White with #FCF7D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF7D6; }

 p { color: rgb(252,247,214); }

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

background-color css

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

 a { background-color: rgb(252,247,214); }

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

border-color css

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

 span { border-color: rgb(252,247,214); }

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