Html Css Color HEX #F5CCE2 Classic Rose

📋 copy color: '#F5CCE2'

red 245 ◦ green 204 ◦ blue 226

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

Shades of Classic Rose #F5CCE2

Tints of Classic Rose #F5CCE2

RGB

 RED value IS 245 (96.09% from 255) = 36.3%

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

 BLUE value IS 226 (88.67% from 255) = 33.48%

R = 36.3%
G = 30.22%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#F5CCE2 (or 0xF5CCE2) is known color: Classic Rose. HEX triplet: F5, CC and E2. RGB value is (245,204,226). Sum of RGB (Red+Green+Blue) = 245+204+226=675 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.30% from 675); Green value is 204 (80.08% from 255 or 30.22% from 675); Blue value is 226 (88.67% from 255 or 33.48% from 675); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CCE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CCE2 is #0A331D. Grayscale: #DADADA. Windows color (decimal): -668446 or 14863605. OLE color: 14863605.

HSL color Cylindrical-coordinate representation of color #F5CCE2: hue angle of 327.8º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F5CCE2 is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 204 226 -
CMYK 0 0.17 0.08 0.04
HSL 327.8º 0.67% 0.88% -
HSV(B) 327.8º 0.17% 0.96% -
XYZ 72.98 68.09 81.25 -
YUV 218.77 132.08 146.71 -
System Red Green Blue C M Y K H S L
Decimal 245 204 226 0 0.17 0.08 0.04 327.8 0.67 0.88
Hex F5 CC E2 0 11 8 4 148 43 58
Octal 365 314 342 0 21 10 4 510 103 130
Binary 11110101 11001100 11100010 0 10001 1000 100 101001000 1000011 1011000

Color Harmonies of #F5CCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CCE2

Black with #F5CCE2

Text Example


Text Example

White with #F5CCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CCE2; }

 p { color: rgb(245,204,226); }

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

background-color css

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

 a { background-color: rgb(245,204,226); }

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

border-color css

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

 span { border-color: rgb(245,204,226); }

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