Html Css Color HEX #F1CCF3 Snuff

📋 copy color: '#F1CCF3'

red 241 ◦ green 204 ◦ blue 243

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

Shades of Snuff #F1CCF3

Tints of Snuff #F1CCF3

RGB

 RED value IS 241 (94.53% from 255) = 35.03%

 GREEN value IS 204 (80.08% from 255) = 29.65%

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

R = 35.03%
G = 29.65%
B = 35.32%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F1CCF3 (or 0xF1CCF3) is known color: Snuff. HEX triplet: F1, CC and F3. RGB value is (241,204,243). Sum of RGB (Red+Green+Blue) = 241+204+243=688 (91% of max value = 765). Red value is 241 (94.53% from 255 or 35.03% from 688); Green value is 204 (80.08% from 255 or 29.65% from 688); Blue value is 243 (95.31% from 255 or 35.32% from 688); Max value from RGB is 243 - color contains mainly: blue. Hex color #F1CCF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CCF3 is #0E330C. Grayscale: #DBDBDB. Windows color (decimal): -930573 or 15977713. OLE color: 15977713.

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

Color convert

RGB 241 204 243 -
CMYK 0.01 0.16 0 0.05
HSL 296.92º 0.62% 0.88% -
HSV(B) 296.92º 0.16% 0.95% -
XYZ 74.05 68.36 94.09 -
YUV 219.51 141.26 143.33 -
System Red Green Blue C M Y K H S L
Decimal 241 204 243 0.01 0.16 0 0.05 296.92 0.62 0.88
Hex F1 CC F3 1 10 0 5 129 3E 58
Octal 361 314 363 1 20 0 5 451 76 130
Binary 11110001 11001100 11110011 1 10000 0 101 100101001 111110 1011000

Color Harmonies of #F1CCF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CCF3

Black with #F1CCF3

Text Example


Text Example

White with #F1CCF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CCF3; }

 p { color: rgb(241,204,243); }

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

background-color css

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

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

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

border-color css

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

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

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