Html Css Color HEX #F5C2F0 Snuff

📋 copy color: '#F5C2F0'

red 245 ◦ green 194 ◦ blue 240

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

Shades of Snuff #F5C2F0

Tints of Snuff #F5C2F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 35.35%

R = 36.08%
G = 28.57%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F5C2F0 (or 0xF5C2F0) is known color: Snuff. HEX triplet: F5, C2 and F0. RGB value is (245,194,240). Sum of RGB (Red+Green+Blue) = 245+194+240=679 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.08% from 679); Green value is 194 (76.17% from 255 or 28.57% from 679); Blue value is 240 (94.14% from 255 or 35.35% from 679); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C2F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5C2F0 is #0A3D0F. Grayscale: #D6D6D6. Windows color (decimal): -670992 or 15778549. OLE color: 15778549.

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

Color convert

RGB 245 194 240 -
CMYK 0 0.21 0.02 0.04
HSL 305.88º 0.72% 0.86% -
HSV(B) 305.88º 0.21% 0.96% -
XYZ 72.68 64.29 91.02 -
YUV 214.49 142.4 149.76 -
System Red Green Blue C M Y K H S L
Decimal 245 194 240 0 0.21 0.02 0.04 305.88 0.72 0.86
Hex F5 C2 F0 0 15 2 4 132 48 56
Octal 365 302 360 0 25 2 4 462 110 126
Binary 11110101 11000010 11110000 0 10101 10 100 100110010 1001000 1010110

Color Harmonies of #F5C2F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C2F0

Black with #F5C2F0

Text Example


Text Example

White with #F5C2F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C2F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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