Html Css Color HEX #F3C0F2 Snuff

📋 copy color: '#F3C0F2'

red 243 ◦ green 192 ◦ blue 242

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

Shades of Snuff #F3C0F2

Tints of Snuff #F3C0F2

RGB

 RED value IS 243 (95.31% from 255) = 35.89%

 GREEN value IS 192 (75.39% from 255) = 28.36%

 BLUE value IS 242 (94.92% from 255) = 35.75%

R = 35.89%
G = 28.36%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

#F3C0F2 (or 0xF3C0F2) is known color: Snuff. HEX triplet: F3, C0 and F2. RGB value is (243,192,242). Sum of RGB (Red+Green+Blue) = 243+192+242=677 (89% of max value = 765). Red value is 243 (95.31% from 255 or 35.89% from 677); Green value is 192 (75.39% from 255 or 28.36% from 677); Blue value is 242 (94.92% from 255 or 35.75% from 677); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C0F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3C0F2 is #0C3F0D. Grayscale: #D4D4D4. Windows color (decimal): -802574 or 15909107. OLE color: 15909107.

HSL color Cylindrical-coordinate representation of color #F3C0F2: hue angle of 301.18º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F3C0F2 is Cyan = 0, Magento = 0.21, Yellow = 0.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 192 242 -
CMYK 0 0.21 0.00 0.05
HSL 301.18º 0.68% 0.85% -
HSV(B) 301.18º 0.21% 0.95% -
XYZ 71.84 63.16 92.41 -
YUV 212.95 144.4 149.43 -
System Red Green Blue C M Y K H S L
Decimal 243 192 242 0 0.21 0.00 0.05 301.18 0.68 0.85
Hex F3 C0 F2 0 15 0 5 12D 44 55
Octal 363 300 362 0 25 0 5 455 104 125
Binary 11110011 11000000 11110010 0 10101 0 101 100101101 1000100 1010101

Color Harmonies of #F3C0F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3C0F2

Black with #F3C0F2

Text Example


Text Example

White with #F3C0F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3C0F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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