Html Css Color HEX #FECEEA Classic Rose

📋 copy color: '#FECEEA'

red 254 ◦ green 206 ◦ blue 234

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

Shades of Classic Rose #FECEEA

Tints of Classic Rose #FECEEA

RGB

 RED value IS 254 (99.61% from 255) = 36.6%

 GREEN value IS 206 (80.86% from 255) = 29.68%

 BLUE value IS 234 (91.8% from 255) = 33.72%

R = 36.6%
G = 29.68%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#FECEEA (or 0xFECEEA) is known color: Classic Rose. HEX triplet: FE, CE and EA. RGB value is (254,206,234). Sum of RGB (Red+Green+Blue) = 254+206+234=694 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.60% from 694); Green value is 206 (80.86% from 255 or 29.68% from 694); Blue value is 234 (91.80% from 255 or 33.72% from 694); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECEEA is #013115. Grayscale: #DFDFDF. Windows color (decimal): -78102 or 15388414. OLE color: 15388414.

HSL color Cylindrical-coordinate representation of color #FECEEA: hue angle of 325º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FECEEA is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 206 234 -
CMYK 0 0.19 0.08 0.00
HSL 325º 0.96% 0.9% -
HSV(B) 325º 0.19% 1% -
XYZ 77.8 71.15 87.48 -
YUV 223.54 133.9 149.72 -
System Red Green Blue C M Y K H S L
Decimal 254 206 234 0 0.19 0.08 0.00 325 0.96 0.9
Hex FE CE EA 0 13 8 0 145 60 5A
Octal 376 316 352 0 23 10 0 505 140 132
Binary 11111110 11001110 11101010 0 10011 1000 0 101000101 1100000 1011010

Color Harmonies of #FECEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECEEA

Black with #FECEEA

Text Example


Text Example

White with #FECEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECEEA; }

 p { color: rgb(254,206,234); }

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

background-color css

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

 a { background-color: rgb(254,206,234); }

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

border-color css

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

 span { border-color: rgb(254,206,234); }

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