Html Css Color HEX #FCEAD8 Serenade

📋 copy color: '#FCEAD8'

red 252 ◦ green 234 ◦ blue 216

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

Shades of Serenade #FCEAD8

Tints of Serenade #FCEAD8

RGB

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

 GREEN value IS 234 (91.8% from 255) = 33.33%

 BLUE value IS 216 (84.77% from 255) = 30.77%

R = 35.9%
G = 33.33%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FCEAD8 (or 0xFCEAD8) is known color: Serenade. HEX triplet: FC, EA and D8. RGB value is (252,234,216). Sum of RGB (Red+Green+Blue) = 252+234+216=702 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.90% from 702); Green value is 234 (91.80% from 255 or 33.33% from 702); Blue value is 216 (84.77% from 255 or 30.77% from 702); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEAD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEAD8 is #031527. Grayscale: #EDEDED. Windows color (decimal): -202024 or 14215932. OLE color: 14215932.

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

Color convert

RGB 252 234 216 -
CMYK 0 0.07 0.14 0.01
HSL 30º 0.86% 0.92% -
HSV(B) 30º 0.14% 0.99% -
XYZ 81.96 84.5 76.96 -
YUV 237.33 115.96 138.46 -
System Red Green Blue C M Y K H S L
Decimal 252 234 216 0 0.07 0.14 0.01 30 0.86 0.92
Hex FC EA D8 0 7 E 1 1E 56 5C
Octal 374 352 330 0 7 16 1 36 126 134
Binary 11111100 11101010 11011000 0 111 1110 1 11110 1010110 1011100

Color Harmonies of #FCEAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEAD8

Black with #FCEAD8

Text Example


Text Example

White with #FCEAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEAD8; }

 p { color: rgb(252,234,216); }

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

background-color css

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

 a { background-color: rgb(252,234,216); }

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

border-color css

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

 span { border-color: rgb(252,234,216); }

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