Html Css Color HEX #F5C1DF Classic Rose

📋 copy color: '#F5C1DF'

red 245 ◦ green 193 ◦ blue 223

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

Shades of Classic Rose #F5C1DF

Tints of Classic Rose #F5C1DF

RGB

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

 GREEN value IS 193 (75.78% from 255) = 29.2%

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

R = 37.07%
G = 29.2%
B = 33.74%

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

#F5C1DF (or 0xF5C1DF) is known color: Classic Rose. HEX triplet: F5, C1 and DF. RGB value is (245,193,223). Sum of RGB (Red+Green+Blue) = 245+193+223=661 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.07% from 661); Green value is 193 (75.78% from 255 or 29.20% from 661); Blue value is 223 (87.5% from 255 or 33.74% from 661); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C1DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C1DF is #0A3E20. Grayscale: #D3D3D3. Windows color (decimal): -671265 or 14664181. OLE color: 14664181.

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

Color convert

RGB 245 193 223 -
CMYK 0 0.21 0.09 0.04
HSL 325.38º 0.72% 0.86% -
HSV(B) 325.38º 0.21% 0.96% -
XYZ 70.05 62.88 78.26 -
YUV 211.97 134.23 151.56 -
System Red Green Blue C M Y K H S L
Decimal 245 193 223 0 0.21 0.09 0.04 325.38 0.72 0.86
Hex F5 C1 DF 0 15 9 4 145 48 56
Octal 365 301 337 0 25 11 4 505 110 126
Binary 11110101 11000001 11011111 0 10101 1001 100 101000101 1001000 1010110

Color Harmonies of #F5C1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C1DF

Black with #F5C1DF

Text Example


Text Example

White with #F5C1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C1DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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