Html Css Color HEX #F5CCE3 Classic Rose

📋 copy color: '#F5CCE3'

red 245 ◦ green 204 ◦ blue 227

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

Shades of Classic Rose #F5CCE3

Tints of Classic Rose #F5CCE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 33.58%

R = 36.24%
G = 30.18%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#F5CCE3 (or 0xF5CCE3) is known color: Classic Rose. HEX triplet: F5, CC and E3. RGB value is (245,204,227). Sum of RGB (Red+Green+Blue) = 245+204+227=676 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.24% from 676); Green value is 204 (80.08% from 255 or 30.18% from 676); Blue value is 227 (89.06% from 255 or 33.58% from 676); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CCE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CCE3 is #0A331C. Grayscale: #DADADA. Windows color (decimal): -668445 or 14929141. OLE color: 14929141.

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

Color convert

RGB 245 204 227 -
CMYK 0 0.17 0.07 0.04
HSL 326.34º 0.67% 0.88% -
HSV(B) 326.34º 0.17% 0.96% -
XYZ 73.11 68.14 81.97 -
YUV 218.88 132.58 146.63 -
System Red Green Blue C M Y K H S L
Decimal 245 204 227 0 0.17 0.07 0.04 326.34 0.67 0.88
Hex F5 CC E3 0 11 7 4 146 43 58
Octal 365 314 343 0 21 7 4 506 103 130
Binary 11110101 11001100 11100011 0 10001 111 100 101000110 1000011 1011000

Color Harmonies of #F5CCE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CCE3

Black with #F5CCE3

Text Example


Text Example

White with #F5CCE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CCE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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