Html Css Color HEX #F5C2DF Classic Rose

📋 copy color: '#F5C2DF'

red 245 ◦ green 194 ◦ blue 223

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

Shades of Classic Rose #F5C2DF

Tints of Classic Rose #F5C2DF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 29.31%

 BLUE value IS 223 (87.5% from 255) = 33.69%

R = 37.01%
G = 29.31%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F5C2DF (or 0xF5C2DF) is known color: Classic Rose. HEX triplet: F5, C2 and DF. RGB value is (245,194,223). Sum of RGB (Red+Green+Blue) = 245+194+223=662 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.01% from 662); Green value is 194 (76.17% from 255 or 29.31% from 662); Blue value is 223 (87.5% from 255 or 33.69% from 662); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C2DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C2DF is #0A3D20. Grayscale: #D4D4D4. Windows color (decimal): -671009 or 14664437. OLE color: 14664437.

HSL color Cylindrical-coordinate representation of color #F5C2DF: hue angle of 325.88º degrees, saturation: 0.72, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F5C2DF is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 194 223 -
CMYK 0 0.21 0.09 0.04
HSL 325.88º 0.72% 0.86% -
HSV(B) 325.88º 0.21% 0.96% -
XYZ 70.27 63.32 78.33 -
YUV 212.56 133.9 151.14 -
System Red Green Blue C M Y K H S L
Decimal 245 194 223 0 0.21 0.09 0.04 325.88 0.72 0.86
Hex F5 C2 DF 0 15 9 4 146 48 56
Octal 365 302 337 0 25 11 4 506 110 126
Binary 11110101 11000010 11011111 0 10101 1001 100 101000110 1001000 1010110

Color Harmonies of #F5C2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C2DF

Black with #F5C2DF

Text Example


Text Example

White with #F5C2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C2DF; }

 p { color: rgb(245,194,223); }

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

background-color css

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

 a { background-color: rgb(245,194,223); }

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

border-color css

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

 span { border-color: rgb(245,194,223); }

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