Html Css Color HEX #FECCF0 Classic Rose

📋 copy color: '#FECCF0'

red 254 ◦ green 204 ◦ blue 240

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

Shades of Classic Rose #FECCF0

Tints of Classic Rose #FECCF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 34.38%

R = 36.39%
G = 29.23%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FECCF0 (or 0xFECCF0) is known color: Classic Rose. HEX triplet: FE, CC and F0. RGB value is (254,204,240). Sum of RGB (Red+Green+Blue) = 254+204+240=698 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.39% from 698); Green value is 204 (80.08% from 255 or 29.23% from 698); Blue value is 240 (94.14% from 255 or 34.38% from 698); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECCF0 is #01330F. Grayscale: #DEDEDE. Windows color (decimal): -78608 or 15781118. OLE color: 15781118.

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

Color convert

RGB 254 204 240 -
CMYK 0 0.20 0.06 0.00
HSL 316.8º 0.96% 0.9% -
HSV(B) 316.8º 0.2% 1% -
XYZ 78.19 70.55 91.93 -
YUV 223.05 137.57 150.07 -
System Red Green Blue C M Y K H S L
Decimal 254 204 240 0 0.20 0.06 0.00 316.8 0.96 0.9
Hex FE CC F0 0 14 6 0 13D 60 5A
Octal 376 314 360 0 24 6 0 475 140 132
Binary 11111110 11001100 11110000 0 10100 110 0 100111101 1100000 1011010

Color Harmonies of #FECCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECCF0

Black with #FECCF0

Text Example


Text Example

White with #FECCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECCF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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