Html Css Color HEX #F0CDF4 Snuff

📋 copy color: '#F0CDF4'

red 240 ◦ green 205 ◦ blue 244

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

Shades of Snuff #F0CDF4

Tints of Snuff #F0CDF4

RGB

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

 GREEN value IS 205 (80.47% from 255) = 29.75%

 BLUE value IS 244 (95.7% from 255) = 35.41%

R = 34.83%
G = 29.75%
B = 35.41%

CMYK

 C value IS 0.02

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F0CDF4 (or 0xF0CDF4) is known color: Snuff. HEX triplet: F0, CD and F4. RGB value is (240,205,244). Sum of RGB (Red+Green+Blue) = 240+205+244=689 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.83% from 689); Green value is 205 (80.47% from 255 or 29.75% from 689); Blue value is 244 (95.70% from 255 or 35.41% from 689); Max value from RGB is 244 - color contains mainly: blue. Hex color #F0CDF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CDF4 is #0F320B. Grayscale: #DBDBDB. Windows color (decimal): -995852 or 16043504. OLE color: 16043504.

HSL color Cylindrical-coordinate representation of color #F0CDF4: hue angle of 293.85º degrees, saturation: 0.64, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F0CDF4 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 240 205 244 -
CMYK 0.02 0.16 0 0.04
HSL 293.85º 0.64% 0.88% -
HSV(B) 293.85º 0.16% 0.96% -
XYZ 74.1 68.72 94.95 -
YUV 219.91 141.6 142.33 -
System Red Green Blue C M Y K H S L
Decimal 240 205 244 0.02 0.16 0 0.04 293.85 0.64 0.88
Hex F0 CD F4 2 10 0 4 126 40 58
Octal 360 315 364 2 20 0 4 446 100 130
Binary 11110000 11001101 11110100 10 10000 0 100 100100110 1000000 1011000

Color Harmonies of #F0CDF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CDF4

Black with #F0CDF4

Text Example


Text Example

White with #F0CDF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CDF4; }

 p { color: rgb(240,205,244); }

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

background-color css

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

 a { background-color: rgb(240,205,244); }

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

border-color css

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

 span { border-color: rgb(240,205,244); }

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