Html Css Color HEX #F5C0D2 Classic Rose

📋 copy color: '#F5C0D2'

red 245 ◦ green 192 ◦ blue 210

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

Shades of Classic Rose #F5C0D2

Tints of Classic Rose #F5C0D2

RGB

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

 GREEN value IS 192 (75.39% from 255) = 29.68%

 BLUE value IS 210 (82.42% from 255) = 32.46%

R = 37.87%
G = 29.68%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F5C0D2 (or 0xF5C0D2) is known color: Classic Rose. HEX triplet: F5, C0 and D2. RGB value is (245,192,210). Sum of RGB (Red+Green+Blue) = 245+192+210=647 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.87% from 647); Green value is 192 (75.39% from 255 or 29.68% from 647); Blue value is 210 (82.42% from 255 or 32.46% from 647); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C0D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C0D2 is #0A3F2D. Grayscale: #D1D1D1. Windows color (decimal): -671534 or 13811957. OLE color: 13811957.

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

Color convert

RGB 245 192 210 -
CMYK 0 0.22 0.14 0.04
HSL 339.62º 0.73% 0.86% -
HSV(B) 339.62º 0.22% 0.96% -
XYZ 68.14 61.76 69.3 -
YUV 209.9 128.06 153.04 -
System Red Green Blue C M Y K H S L
Decimal 245 192 210 0 0.22 0.14 0.04 339.62 0.73 0.86
Hex F5 C0 D2 0 16 E 4 154 49 56
Octal 365 300 322 0 26 16 4 524 111 126
Binary 11110101 11000000 11010010 0 10110 1110 100 101010100 1001001 1010110

Color Harmonies of #F5C0D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C0D2

Black with #F5C0D2

Text Example


Text Example

White with #F5C0D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C0D2; }

 p { color: rgb(245,192,210); }

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

background-color css

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

 a { background-color: rgb(245,192,210); }

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

border-color css

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

 span { border-color: rgb(245,192,210); }

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