Html Css Color HEX #F5C3D8 Classic Rose

📋 copy color: '#F5C3D8'

red 245 ◦ green 195 ◦ blue 216

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

Shades of Classic Rose #F5C3D8

Tints of Classic Rose #F5C3D8

RGB

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

 GREEN value IS 195 (76.56% from 255) = 29.73%

 BLUE value IS 216 (84.77% from 255) = 32.93%

R = 37.35%
G = 29.73%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#F5C3D8 (or 0xF5C3D8) is known color: Classic Rose. HEX triplet: F5, C3 and D8. RGB value is (245,195,216). Sum of RGB (Red+Green+Blue) = 245+195+216=656 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.35% from 656); Green value is 195 (76.56% from 255 or 29.73% from 656); Blue value is 216 (84.77% from 255 or 32.93% from 656); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C3D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C3D8 is #0A3C27. Grayscale: #D4D4D4. Windows color (decimal): -670760 or 14205941. OLE color: 14205941.

HSL color Cylindrical-coordinate representation of color #F5C3D8: hue angle of 334.8º degrees, saturation: 0.71, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F5C3D8 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 195 216 -
CMYK 0 0.20 0.12 0.04
HSL 334.8º 0.71% 0.86% -
HSV(B) 334.8º 0.2% 0.96% -
XYZ 69.57 63.4 73.54 -
YUV 212.34 130.07 151.29 -
System Red Green Blue C M Y K H S L
Decimal 245 195 216 0 0.20 0.12 0.04 334.8 0.71 0.86
Hex F5 C3 D8 0 14 C 4 14F 47 56
Octal 365 303 330 0 24 14 4 517 107 126
Binary 11110101 11000011 11011000 0 10100 1100 100 101001111 1000111 1010110

Color Harmonies of #F5C3D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C3D8

Black with #F5C3D8

Text Example


Text Example

White with #F5C3D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C3D8; }

 p { color: rgb(245,195,216); }

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

background-color css

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

 a { background-color: rgb(245,195,216); }

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

border-color css

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

 span { border-color: rgb(245,195,216); }

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