Html Css Color HEX #FECEF3 Classic Rose

📋 copy color: '#FECEF3'

red 254 ◦ green 206 ◦ blue 243

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

Shades of Classic Rose #FECEF3

Tints of Classic Rose #FECEF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 34.57%

R = 36.13%
G = 29.3%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#FECEF3 (or 0xFECEF3) is known color: Classic Rose. HEX triplet: FE, CE and F3. RGB value is (254,206,243). Sum of RGB (Red+Green+Blue) = 254+206+243=703 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.13% from 703); Green value is 206 (80.86% from 255 or 29.30% from 703); Blue value is 243 (95.31% from 255 or 34.57% from 703); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECEF3 is #01310C. Grayscale: #E0E0E0. Windows color (decimal): -78093 or 15978238. OLE color: 15978238.

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

Color convert

RGB 254 206 243 -
CMYK 0 0.19 0.04 0.00
HSL 313.75º 0.96% 0.9% -
HSV(B) 313.75º 0.19% 1% -
XYZ 79.12 71.68 94.46 -
YUV 224.57 138.4 148.99 -
System Red Green Blue C M Y K H S L
Decimal 254 206 243 0 0.19 0.04 0.00 313.75 0.96 0.9
Hex FE CE F3 0 13 4 0 13A 60 5A
Octal 376 316 363 0 23 4 0 472 140 132
Binary 11111110 11001110 11110011 0 10011 100 0 100111010 1100000 1011010

Color Harmonies of #FECEF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECEF3

Black with #FECEF3

Text Example


Text Example

White with #FECEF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECEF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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