Html Css Color HEX #FCFBDA White Nectar

📋 copy color: '#FCFBDA'

red 252 ◦ green 251 ◦ blue 218

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

Shades of White Nectar #FCFBDA

Tints of White Nectar #FCFBDA

RGB

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

 GREEN value IS 251 (98.44% from 255) = 34.81%

 BLUE value IS 218 (85.55% from 255) = 30.24%

R = 34.95%
G = 34.81%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FCFBDA (or 0xFCFBDA) is known color: White Nectar. HEX triplet: FC, FB and DA. RGB value is (252,251,218). Sum of RGB (Red+Green+Blue) = 252+251+218=721 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.95% from 721); Green value is 251 (98.44% from 255 or 34.81% from 721); Blue value is 218 (85.55% from 255 or 30.24% from 721); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFBDA is #030425. Grayscale: #F7F7F7. Windows color (decimal): -197670 or 14351356. OLE color: 14351356.

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

Color convert

RGB 252 251 218 -
CMYK 0 0.00 0.13 0.01
HSL 58.24º 0.85% 0.92% -
HSV(B) 58.24º 0.13% 0.99% -
XYZ 87.3 94.75 80.02 -
YUV 247.54 111.33 131.18 -
System Red Green Blue C M Y K H S L
Decimal 252 251 218 0 0.00 0.13 0.01 58.24 0.85 0.92
Hex FC FB DA 0 0 D 1 3A 55 5C
Octal 374 373 332 0 0 15 1 72 125 134
Binary 11111100 11111011 11011010 0 0 1101 1 111010 1010101 1011100

Color Harmonies of #FCFBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFBDA

Black with #FCFBDA

Text Example


Text Example

White with #FCFBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFBDA; }

 p { color: rgb(252,251,218); }

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

background-color css

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

 a { background-color: rgb(252,251,218); }

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

border-color css

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

 span { border-color: rgb(252,251,218); }

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