Html Css Color HEX #FECFF3 Classic Rose

📋 copy color: '#FECFF3'

red 254 ◦ green 207 ◦ blue 243

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

Shades of Classic Rose #FECFF3

Tints of Classic Rose #FECFF3

RGB

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

 GREEN value IS 207 (81.25% from 255) = 29.4%

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

R = 36.08%
G = 29.4%
B = 34.52%

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

#FECFF3 (or 0xFECFF3) is known color: Classic Rose. HEX triplet: FE, CF and F3. RGB value is (254,207,243). Sum of RGB (Red+Green+Blue) = 254+207+243=704 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.08% from 704); Green value is 207 (81.25% from 255 or 29.40% from 704); Blue value is 243 (95.31% from 255 or 34.52% from 704); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECFF3 is #01300C. Grayscale: #E1E1E1. Windows color (decimal): -77837 or 15978494. OLE color: 15978494.

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

Color convert

RGB 254 207 243 -
CMYK 0 0.19 0.04 0.00
HSL 314.04º 0.96% 0.9% -
HSV(B) 314.04º 0.19% 1% -
XYZ 79.36 72.17 94.54 -
YUV 225.16 138.07 148.57 -
System Red Green Blue C M Y K H S L
Decimal 254 207 243 0 0.19 0.04 0.00 314.04 0.96 0.9
Hex FE CF F3 0 13 4 0 13A 60 5A
Octal 376 317 363 0 23 4 0 472 140 132
Binary 11111110 11001111 11110011 0 10011 100 0 100111010 1100000 1011010

Color Harmonies of #FECFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECFF3

Black with #FECFF3

Text Example


Text Example

White with #FECFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECFF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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