Html Css Color HEX #FECCF1 Classic Rose

📋 copy color: '#FECCF1'

red 254 ◦ green 204 ◦ blue 241

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

Shades of Classic Rose #FECCF1

Tints of Classic Rose #FECCF1

RGB

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

 GREEN value IS 204 (80.08% from 255) = 29.18%

 BLUE value IS 241 (94.53% from 255) = 34.48%

R = 36.34%
G = 29.18%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#FECCF1 (or 0xFECCF1) is known color: Classic Rose. HEX triplet: FE, CC and F1. RGB value is (254,204,241). Sum of RGB (Red+Green+Blue) = 254+204+241=699 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.34% from 699); Green value is 204 (80.08% from 255 or 29.18% from 699); Blue value is 241 (94.53% from 255 or 34.48% from 699); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECCF1 is #01330E. Grayscale: #DFDFDF. Windows color (decimal): -78607 or 15846654. OLE color: 15846654.

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

Color convert

RGB 254 204 241 -
CMYK 0 0.20 0.05 0.00
HSL 315.6º 0.96% 0.9% -
HSV(B) 315.6º 0.2% 1% -
XYZ 78.34 70.61 92.72 -
YUV 223.17 138.07 149.99 -
System Red Green Blue C M Y K H S L
Decimal 254 204 241 0 0.20 0.05 0.00 315.6 0.96 0.9
Hex FE CC F1 0 14 5 0 13C 60 5A
Octal 376 314 361 0 24 5 0 474 140 132
Binary 11111110 11001100 11110001 0 10100 101 0 100111100 1100000 1011010

Color Harmonies of #FECCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECCF1

Black with #FECCF1

Text Example


Text Example

White with #FECCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECCF1; }

 p { color: rgb(254,204,241); }

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

background-color css

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

 a { background-color: rgb(254,204,241); }

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

border-color css

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

 span { border-color: rgb(254,204,241); }

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