Html Css Color HEX #F5CCE5 Classic Rose

📋 copy color: '#F5CCE5'

red 245 ◦ green 204 ◦ blue 229

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

Shades of Classic Rose #F5CCE5

Tints of Classic Rose #F5CCE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 33.78%

R = 36.14%
G = 30.09%
B = 33.78%

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

#F5CCE5 (or 0xF5CCE5) is known color: Classic Rose. HEX triplet: F5, CC and E5. RGB value is (245,204,229). Sum of RGB (Red+Green+Blue) = 245+204+229=678 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.14% from 678); Green value is 204 (80.08% from 255 or 30.09% from 678); Blue value is 229 (89.84% from 255 or 33.78% from 678); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CCE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CCE5 is #0A331A. Grayscale: #DBDBDB. Windows color (decimal): -668443 or 15060213. OLE color: 15060213.

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

Color convert

RGB 245 204 229 -
CMYK 0 0.17 0.07 0.04
HSL 323.41º 0.67% 0.88% -
HSV(B) 323.41º 0.17% 0.96% -
XYZ 73.39 68.26 83.44 -
YUV 219.11 133.58 146.47 -
System Red Green Blue C M Y K H S L
Decimal 245 204 229 0 0.17 0.07 0.04 323.41 0.67 0.88
Hex F5 CC E5 0 11 7 4 143 43 58
Octal 365 314 345 0 21 7 4 503 103 130
Binary 11110101 11001100 11100101 0 10001 111 100 101000011 1000011 1011000

Color Harmonies of #F5CCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CCE5

Black with #F5CCE5

Text Example


Text Example

White with #F5CCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CCE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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