Html Css Color HEX #F3CFF3 Snuff

📋 copy color: '#F3CFF3'

red 243 ◦ green 207 ◦ blue 243

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

Shades of Snuff #F3CFF3

Tints of Snuff #F3CFF3

RGB

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

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

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

R = 35.06%
G = 29.87%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F3CFF3 (or 0xF3CFF3) is known color: Snuff. HEX triplet: F3, CF and F3. RGB value is (243,207,243). Sum of RGB (Red+Green+Blue) = 243+207+243=693 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.06% from 693); Green value is 207 (81.25% from 255 or 29.87% from 693); Blue value is 243 (95.31% from 255 or 35.06% from 693); Max value from RGB is 243 - color contains mainly: red, blue. Hex color #F3CFF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3CFF3 is #0C300C. Grayscale: #DDDDDD. Windows color (decimal): -798733 or 15978483. OLE color: 15978483.

HSL color Cylindrical-coordinate representation of color #F3CFF3: hue angle of 300º degrees, saturation: 0.6, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F3CFF3 is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 207 243 -
CMYK 0 0.15 0 0.05
HSL 300º 0.6% 0.88% -
HSV(B) 300º 0.15% 0.95% -
XYZ 75.45 70.15 94.36 -
YUV 221.87 139.93 143.07 -
System Red Green Blue C M Y K H S L
Decimal 243 207 243 0 0.15 0 0.05 300 0.6 0.88
Hex F3 CF F3 0 F 0 5 12C 3C 58
Octal 363 317 363 0 17 0 5 454 74 130
Binary 11110011 11001111 11110011 0 1111 0 101 100101100 111100 1011000

Color Harmonies of #F3CFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3CFF3

Black with #F3CFF3

Text Example


Text Example

White with #F3CFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3CFF3; }

 p { color: rgb(243,207,243); }

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

background-color css

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

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

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

border-color css

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

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

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