Html Css Color HEX #F2C3F3 Snuff

📋 copy color: '#F2C3F3'

red 242 ◦ green 195 ◦ blue 243

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

Shades of Snuff #F2C3F3

Tints of Snuff #F2C3F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 35.74%

R = 35.59%
G = 28.68%
B = 35.74%

CMYK

 C value IS 0.00

 M value IS 0.20

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F2C3F3 (or 0xF2C3F3) is known color: Snuff. HEX triplet: F2, C3 and F3. RGB value is (242,195,243). Sum of RGB (Red+Green+Blue) = 242+195+243=680 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.59% from 680); Green value is 195 (76.56% from 255 or 28.68% from 680); Blue value is 243 (95.31% from 255 or 35.74% from 680); Max value from RGB is 243 - color contains mainly: blue. Hex color #F2C3F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C3F3 is #0D3C0C. Grayscale: #D6D6D6. Windows color (decimal): -867341 or 15975410. OLE color: 15975410.

HSL color Cylindrical-coordinate representation of color #F2C3F3: hue angle of 298.75º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F2C3F3 is Cyan = 0.00, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 195 243 -
CMYK 0.00 0.20 0 0.05
HSL 298.75º 0.67% 0.86% -
HSV(B) 298.75º 0.2% 0.95% -
XYZ 72.31 64.38 93.41 -
YUV 214.53 144.07 147.6 -
System Red Green Blue C M Y K H S L
Decimal 242 195 243 0.00 0.20 0 0.05 298.75 0.67 0.86
Hex F2 C3 F3 0 14 0 5 12B 43 56
Octal 362 303 363 0 24 0 5 453 103 126
Binary 11110010 11000011 11110011 0 10100 0 101 100101011 1000011 1010110

Color Harmonies of #F2C3F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C3F3

Black with #F2C3F3

Text Example


Text Example

White with #F2C3F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C3F3; }

 p { color: rgb(242,195,243); }

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

background-color css

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

 a { background-color: rgb(242,195,243); }

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

border-color css

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

 span { border-color: rgb(242,195,243); }

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