Html Css Color HEX #FCEAD6 Serenade

📋 copy color: '#FCEAD6'

red 252 ◦ green 234 ◦ blue 214

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

Shades of Serenade #FCEAD6

Tints of Serenade #FCEAD6

RGB

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

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

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

R = 36%
G = 33.43%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FCEAD6 (or 0xFCEAD6) is known color: Serenade. HEX triplet: FC, EA and D6. RGB value is (252,234,214). Sum of RGB (Red+Green+Blue) = 252+234+214=700 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36% from 700); Green value is 234 (91.80% from 255 or 33.43% from 700); Blue value is 214 (83.98% from 255 or 30.57% from 700); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEAD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEAD6 is #031529. Grayscale: #EDEDED. Windows color (decimal): -202026 or 14084860. OLE color: 14084860.

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

Color convert

RGB 252 234 214 -
CMYK 0 0.07 0.15 0.01
HSL 31.58º 0.86% 0.91% -
HSV(B) 31.58º 0.15% 0.99% -
XYZ 81.71 84.4 75.6 -
YUV 237.1 114.96 138.63 -
System Red Green Blue C M Y K H S L
Decimal 252 234 214 0 0.07 0.15 0.01 31.58 0.86 0.91
Hex FC EA D6 0 7 F 1 20 56 5B
Octal 374 352 326 0 7 17 1 40 126 133
Binary 11111100 11101010 11010110 0 111 1111 1 100000 1010110 1011011

Color Harmonies of #FCEAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEAD6

Black with #FCEAD6

Text Example


Text Example

White with #FCEAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEAD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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