Html Css Color HEX #F1CBF2 Snuff

📋 copy color: '#F1CBF2'

red 241 ◦ green 203 ◦ blue 242

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

Shades of Snuff #F1CBF2

Tints of Snuff #F1CBF2

RGB

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

 GREEN value IS 203 (79.69% from 255) = 29.59%

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

R = 35.13%
G = 29.59%
B = 35.28%

CMYK

 C value IS 0.00

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F1CBF2 (or 0xF1CBF2) is known color: Snuff. HEX triplet: F1, CB and F2. RGB value is (241,203,242). Sum of RGB (Red+Green+Blue) = 241+203+242=686 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.13% from 686); Green value is 203 (79.69% from 255 or 29.59% from 686); Blue value is 242 (94.92% from 255 or 35.28% from 686); Max value from RGB is 242 - color contains mainly: blue. Hex color #F1CBF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CBF2 is #0E340D. Grayscale: #DADADA. Windows color (decimal): -930830 or 15911921. OLE color: 15911921.

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

Color convert

RGB 241 203 242 -
CMYK 0.00 0.16 0 0.05
HSL 298.46º 0.6% 0.87% -
HSV(B) 298.46º 0.16% 0.95% -
XYZ 73.66 67.82 93.21 -
YUV 218.81 141.09 143.83 -
System Red Green Blue C M Y K H S L
Decimal 241 203 242 0.00 0.16 0 0.05 298.46 0.6 0.87
Hex F1 CB F2 0 10 0 5 12A 3C 57
Octal 361 313 362 0 20 0 5 452 74 127
Binary 11110001 11001011 11110010 0 10000 0 101 100101010 111100 1010111

Color Harmonies of #F1CBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CBF2

Black with #F1CBF2

Text Example


Text Example

White with #F1CBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CBF2; }

 p { color: rgb(241,203,242); }

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

background-color css

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

 a { background-color: rgb(241,203,242); }

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

border-color css

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

 span { border-color: rgb(241,203,242); }

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