Html Css Color HEX #F4CBF0 Snuff

📋 copy color: '#F4CBF0'

red 244 ◦ green 203 ◦ blue 240

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

Shades of Snuff #F4CBF0

Tints of Snuff #F4CBF0

RGB

 RED value IS 244 (95.7% from 255) = 35.52%

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

 BLUE value IS 240 (94.14% from 255) = 34.93%

R = 35.52%
G = 29.55%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F4CBF0 (or 0xF4CBF0) is known color: Snuff. HEX triplet: F4, CB and F0. RGB value is (244,203,240). Sum of RGB (Red+Green+Blue) = 244+203+240=687 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.52% from 687); Green value is 203 (79.69% from 255 or 29.55% from 687); Blue value is 240 (94.14% from 255 or 34.93% from 687); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CBF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4CBF0 is #0B340F. Grayscale: #DBDBDB. Windows color (decimal): -734224 or 15780852. OLE color: 15780852.

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

Color convert

RGB 244 203 240 -
CMYK 0 0.17 0.02 0.04
HSL 305.85º 0.65% 0.88% -
HSV(B) 305.85º 0.17% 0.96% -
XYZ 74.39 68.24 91.69 -
YUV 219.48 139.58 145.49 -
System Red Green Blue C M Y K H S L
Decimal 244 203 240 0 0.17 0.02 0.04 305.85 0.65 0.88
Hex F4 CB F0 0 11 2 4 132 41 58
Octal 364 313 360 0 21 2 4 462 101 130
Binary 11110100 11001011 11110000 0 10001 10 100 100110010 1000001 1011000

Color Harmonies of #F4CBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4CBF0

Black with #F4CBF0

Text Example


Text Example

White with #F4CBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4CBF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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