Html Css Color HEX #F2CFF6 Snuff

📋 copy color: '#F2CFF6'

red 242 ◦ green 207 ◦ blue 246

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

Shades of Snuff #F2CFF6

Tints of Snuff #F2CFF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 35.4%

R = 34.82%
G = 29.78%
B = 35.4%

CMYK

 C value IS 0.02

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F2CFF6 (or 0xF2CFF6) is known color: Snuff. HEX triplet: F2, CF and F6. RGB value is (242,207,246). Sum of RGB (Red+Green+Blue) = 242+207+246=695 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.82% from 695); Green value is 207 (81.25% from 255 or 29.78% from 695); Blue value is 246 (96.48% from 255 or 35.40% from 695); Max value from RGB is 246 - color contains mainly: blue. Hex color #F2CFF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CFF6 is #0D3009. Grayscale: #DDDDDD. Windows color (decimal): -864266 or 16175090. OLE color: 16175090.

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

Color convert

RGB 242 207 246 -
CMYK 0.02 0.16 0 0.04
HSL 293.85º 0.68% 0.89% -
HSV(B) 293.85º 0.16% 0.96% -
XYZ 75.57 70.16 96.75 -
YUV 221.91 141.6 142.33 -
System Red Green Blue C M Y K H S L
Decimal 242 207 246 0.02 0.16 0 0.04 293.85 0.68 0.89
Hex F2 CF F6 2 10 0 4 126 44 59
Octal 362 317 366 2 20 0 4 446 104 131
Binary 11110010 11001111 11110110 10 10000 0 100 100100110 1000100 1011001

Color Harmonies of #F2CFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CFF6

Black with #F2CFF6

Text Example


Text Example

White with #F2CFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CFF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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