Html Css Color HEX #F2C7F0 Snuff

📋 copy color: '#F2C7F0'

red 242 ◦ green 199 ◦ blue 240

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

Shades of Snuff #F2C7F0

Tints of Snuff #F2C7F0

RGB

 RED value IS 242 (94.92% from 255) = 35.54%

 GREEN value IS 199 (78.13% from 255) = 29.22%

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

R = 35.54%
G = 29.22%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F2C7F0 (or 0xF2C7F0) is known color: Snuff. HEX triplet: F2, C7 and F0. RGB value is (242,199,240). Sum of RGB (Red+Green+Blue) = 242+199+240=681 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.54% from 681); Green value is 199 (78.12% from 255 or 29.22% from 681); Blue value is 240 (94.14% from 255 or 35.24% from 681); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C7F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C7F0 is #0D380F. Grayscale: #D8D8D8. Windows color (decimal): -866320 or 15779826. OLE color: 15779826.

HSL color Cylindrical-coordinate representation of color #F2C7F0: hue angle of 302.79º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F2C7F0 is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 199 240 -
CMYK 0 0.18 0.01 0.05
HSL 302.79º 0.62% 0.86% -
HSV(B) 302.79º 0.18% 0.95% -
XYZ 72.77 66.02 91.34 -
YUV 216.53 141.25 146.17 -
System Red Green Blue C M Y K H S L
Decimal 242 199 240 0 0.18 0.01 0.05 302.79 0.62 0.86
Hex F2 C7 F0 0 12 1 5 12F 3E 56
Octal 362 307 360 0 22 1 5 457 76 126
Binary 11110010 11000111 11110000 0 10010 1 101 100101111 111110 1010110

Color Harmonies of #F2C7F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C7F0

Black with #F2C7F0

Text Example


Text Example

White with #F2C7F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C7F0; }

 p { color: rgb(242,199,240); }

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

background-color css

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

 a { background-color: rgb(242,199,240); }

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

border-color css

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

 span { border-color: rgb(242,199,240); }

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