Html Css Color HEX #FECCF3 Classic Rose

📋 copy color: '#FECCF3'

red 254 ◦ green 204 ◦ blue 243

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

Shades of Classic Rose #FECCF3

Tints of Classic Rose #FECCF3

RGB

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

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

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

R = 36.23%
G = 29.1%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#FECCF3 (or 0xFECCF3) is known color: Classic Rose. HEX triplet: FE, CC and F3. RGB value is (254,204,243). Sum of RGB (Red+Green+Blue) = 254+204+243=701 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.23% from 701); Green value is 204 (80.08% from 255 or 29.10% from 701); Blue value is 243 (95.31% from 255 or 34.66% from 701); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECCF3 is #01330C. Grayscale: #DFDFDF. Windows color (decimal): -78605 or 15977726. OLE color: 15977726.

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

Color convert

RGB 254 204 243 -
CMYK 0 0.20 0.04 0.00
HSL 313.2º 0.96% 0.9% -
HSV(B) 313.2º 0.2% 1% -
XYZ 78.64 70.73 94.3 -
YUV 223.4 139.07 149.83 -
System Red Green Blue C M Y K H S L
Decimal 254 204 243 0 0.20 0.04 0.00 313.2 0.96 0.9
Hex FE CC F3 0 14 4 0 139 60 5A
Octal 376 314 363 0 24 4 0 471 140 132
Binary 11111110 11001100 11110011 0 10100 100 0 100111001 1100000 1011010

Color Harmonies of #FECCF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECCF3

Black with #FECCF3

Text Example


Text Example

White with #FECCF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECCF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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