Html Css Color HEX #FECCEE Classic Rose

📋 copy color: '#FECCEE'

red 254 ◦ green 204 ◦ blue 238

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

Shades of Classic Rose #FECCEE

Tints of Classic Rose #FECCEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 34.2%

R = 36.49%
G = 29.31%
B = 34.2%

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

#FECCEE (or 0xFECCEE) is known color: Classic Rose. HEX triplet: FE, CC and EE. RGB value is (254,204,238). Sum of RGB (Red+Green+Blue) = 254+204+238=696 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.49% from 696); Green value is 204 (80.08% from 255 or 29.31% from 696); Blue value is 238 (93.36% from 255 or 34.20% from 696); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECCEE is #013311. Grayscale: #DEDEDE. Windows color (decimal): -78610 or 15650046. OLE color: 15650046.

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

Color convert

RGB 254 204 238 -
CMYK 0 0.20 0.06 0.00
HSL 319.2º 0.96% 0.9% -
HSV(B) 319.2º 0.2% 1% -
XYZ 77.9 70.43 90.38 -
YUV 222.83 136.57 150.24 -
System Red Green Blue C M Y K H S L
Decimal 254 204 238 0 0.20 0.06 0.00 319.2 0.96 0.9
Hex FE CC EE 0 14 6 0 13F 60 5A
Octal 376 314 356 0 24 6 0 477 140 132
Binary 11111110 11001100 11101110 0 10100 110 0 100111111 1100000 1011010

Color Harmonies of #FECCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECCEE

Black with #FECCEE

Text Example


Text Example

White with #FECCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECCEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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