Html Css Color HEX #FCEADA Serenade

📋 copy color: '#FCEADA'

red 252 ◦ green 234 ◦ blue 218

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

Shades of Serenade #FCEADA

Tints of Serenade #FCEADA

RGB

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

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

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

R = 35.8%
G = 33.24%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FCEADA (or 0xFCEADA) is known color: Serenade. HEX triplet: FC, EA and DA. RGB value is (252,234,218). Sum of RGB (Red+Green+Blue) = 252+234+218=704 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.80% from 704); Green value is 234 (91.80% from 255 or 33.24% from 704); Blue value is 218 (85.55% from 255 or 30.97% from 704); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEADA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEADA is #031525. Grayscale: #EDEDED. Windows color (decimal): -202022 or 14347004. OLE color: 14347004.

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

Color convert

RGB 252 234 218 -
CMYK 0 0.07 0.13 0.01
HSL 28.24º 0.85% 0.92% -
HSV(B) 28.24º 0.13% 0.99% -
XYZ 82.22 84.6 78.33 -
YUV 237.56 116.96 138.3 -
System Red Green Blue C M Y K H S L
Decimal 252 234 218 0 0.07 0.13 0.01 28.24 0.85 0.92
Hex FC EA DA 0 7 D 1 1C 55 5C
Octal 374 352 332 0 7 15 1 34 125 134
Binary 11111100 11101010 11011010 0 111 1101 1 11100 1010101 1011100

Color Harmonies of #FCEADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEADA

Black with #FCEADA

Text Example


Text Example

White with #FCEADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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