Html Css Color HEX #F0CBED Snuff

📋 copy color: '#F0CBED'

red 240 ◦ green 203 ◦ blue 237

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

Shades of Snuff #F0CBED

Tints of Snuff #F0CBED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 34.85%

R = 35.29%
G = 29.85%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F0CBED (or 0xF0CBED) is known color: Snuff. HEX triplet: F0, CB and ED. RGB value is (240,203,237). Sum of RGB (Red+Green+Blue) = 240+203+237=680 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.29% from 680); Green value is 203 (79.69% from 255 or 29.85% from 680); Blue value is 237 (92.97% from 255 or 34.85% from 680); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CBED is #0F3412. Grayscale: #D9D9D9. Windows color (decimal): -996371 or 15584240. OLE color: 15584240.

HSL color Cylindrical-coordinate representation of color #F0CBED: hue angle of 304.86º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0CBED is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 203 237 -
CMYK 0 0.15 0.01 0.06
HSL 304.86º 0.55% 0.87% -
HSV(B) 304.86º 0.15% 0.94% -
XYZ 72.58 67.35 89.3 -
YUV 217.94 138.76 143.74 -
System Red Green Blue C M Y K H S L
Decimal 240 203 237 0 0.15 0.01 0.06 304.86 0.55 0.87
Hex F0 CB ED 0 F 1 6 131 37 57
Octal 360 313 355 0 17 1 6 461 67 127
Binary 11110000 11001011 11101101 0 1111 1 110 100110001 110111 1010111

Color Harmonies of #F0CBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CBED

Black with #F0CBED

Text Example


Text Example

White with #F0CBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CBED; }

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

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

background-color css

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

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

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

border-color css

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

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

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