Html Css Color HEX #F2CFF7 Snuff

📋 copy color: '#F2CFF7'

red 242 ◦ green 207 ◦ blue 247

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

Shades of Snuff #F2CFF7

Tints of Snuff #F2CFF7

RGB

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

 GREEN value IS 207 (81.25% from 255) = 29.74%

 BLUE value IS 247 (96.88% from 255) = 35.49%

R = 34.77%
G = 29.74%
B = 35.49%

CMYK

 C value IS 0.02

 M value IS 0.16

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F2CFF7 (or 0xF2CFF7) is known color: Snuff. HEX triplet: F2, CF and F7. RGB value is (242,207,247). Sum of RGB (Red+Green+Blue) = 242+207+247=696 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.77% from 696); Green value is 207 (81.25% from 255 or 29.74% from 696); Blue value is 247 (96.88% from 255 or 35.49% from 696); Max value from RGB is 247 - color contains mainly: blue. Hex color #F2CFF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CFF7 is #0D3008. Grayscale: #DDDDDD. Windows color (decimal): -864265 or 16240626. OLE color: 16240626.

HSL color Cylindrical-coordinate representation of color #F2CFF7: hue angle of 292.5º degrees, saturation: 0.71, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F2CFF7 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 242 207 247 -
CMYK 0.02 0.16 0 0.03
HSL 292.5º 0.71% 0.89% -
HSV(B) 292.5º 0.16% 0.97% -
XYZ 75.72 70.22 97.56 -
YUV 222.03 142.1 142.25 -
System Red Green Blue C M Y K H S L
Decimal 242 207 247 0.02 0.16 0 0.03 292.5 0.71 0.89
Hex F2 CF F7 2 10 0 3 124 47 59
Octal 362 317 367 2 20 0 3 444 107 131
Binary 11110010 11001111 11110111 10 10000 0 11 100100100 1000111 1011001

Color Harmonies of #F2CFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CFF7

Black with #F2CFF7

Text Example


Text Example

White with #F2CFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CFF7; }

 p { color: rgb(242,207,247); }

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

background-color css

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

 a { background-color: rgb(242,207,247); }

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

border-color css

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

 span { border-color: rgb(242,207,247); }

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