Html Css Color HEX #FECEF2 Classic Rose

📋 copy color: '#FECEF2'

red 254 ◦ green 206 ◦ blue 242

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

Shades of Classic Rose #FECEF2

Tints of Classic Rose #FECEF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 34.47%

R = 36.18%
G = 29.34%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#FECEF2 (or 0xFECEF2) is known color: Classic Rose. HEX triplet: FE, CE and F2. RGB value is (254,206,242). Sum of RGB (Red+Green+Blue) = 254+206+242=702 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.18% from 702); Green value is 206 (80.86% from 255 or 29.34% from 702); Blue value is 242 (94.92% from 255 or 34.47% from 702); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECEF2 is #01310D. Grayscale: #E0E0E0. Windows color (decimal): -78094 or 15912702. OLE color: 15912702.

HSL color Cylindrical-coordinate representation of color #FECEF2: hue angle of 315º 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 #FECEF2 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 206 242 -
CMYK 0 0.19 0.05 0.00
HSL 315º 0.96% 0.9% -
HSV(B) 315º 0.19% 1% -
XYZ 78.97 71.62 93.67 -
YUV 224.46 137.9 149.07 -
System Red Green Blue C M Y K H S L
Decimal 254 206 242 0 0.19 0.05 0.00 315 0.96 0.9
Hex FE CE F2 0 13 5 0 13B 60 5A
Octal 376 316 362 0 23 5 0 473 140 132
Binary 11111110 11001110 11110010 0 10011 101 0 100111011 1100000 1011010

Color Harmonies of #FECEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECEF2

Black with #FECEF2

Text Example


Text Example

White with #FECEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECEF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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