Html Css Color HEX #F0CBF2 Snuff

📋 copy color: '#F0CBF2'

red 240 ◦ green 203 ◦ blue 242

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

Shades of Snuff #F0CBF2

Tints of Snuff #F0CBF2

RGB

 RED value IS 240 (94.14% from 255) = 35.04%

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

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

R = 35.04%
G = 29.64%
B = 35.33%

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

#F0CBF2 (or 0xF0CBF2) is known color: Snuff. HEX triplet: F0, CB and F2. RGB value is (240,203,242). Sum of RGB (Red+Green+Blue) = 240+203+242=685 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.04% from 685); Green value is 203 (79.69% from 255 or 29.64% from 685); Blue value is 242 (94.92% from 255 or 35.33% from 685); Max value from RGB is 242 - color contains mainly: blue. Hex color #F0CBF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CBF2 is #0F340D. Grayscale: #DADADA. Windows color (decimal): -996366 or 15911920. OLE color: 15911920.

HSL color Cylindrical-coordinate representation of color #F0CBF2: hue angle of 296.92º 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 #F0CBF2 is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 240 203 242 -
CMYK 0.01 0.16 0 0.05
HSL 296.92º 0.6% 0.87% -
HSV(B) 296.92º 0.16% 0.95% -
XYZ 73.32 67.65 93.2 -
YUV 218.51 141.26 143.33 -
System Red Green Blue C M Y K H S L
Decimal 240 203 242 0.01 0.16 0 0.05 296.92 0.6 0.87
Hex F0 CB F2 1 10 0 5 129 3C 57
Octal 360 313 362 1 20 0 5 451 74 127
Binary 11110000 11001011 11110010 1 10000 0 101 100101001 111100 1010111

Color Harmonies of #F0CBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CBF2

Black with #F0CBF2

Text Example


Text Example

White with #F0CBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CBF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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