Html Css Color HEX #F4CFEC Snuff

📋 copy color: '#F4CFEC'

red 244 ◦ green 207 ◦ blue 236

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

Shades of Snuff #F4CFEC

Tints of Snuff #F4CFEC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 30.13%

 BLUE value IS 236 (92.58% from 255) = 34.35%

R = 35.52%
G = 30.13%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F4CFEC (or 0xF4CFEC) is known color: Snuff. HEX triplet: F4, CF and EC. RGB value is (244,207,236). Sum of RGB (Red+Green+Blue) = 244+207+236=687 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.52% from 687); Green value is 207 (81.25% from 255 or 30.13% from 687); Blue value is 236 (92.58% from 255 or 34.35% from 687); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4CFEC is #0B3013. Grayscale: #DDDDDD. Windows color (decimal): -733204 or 15519732. OLE color: 15519732.

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

Color convert

RGB 244 207 236 -
CMYK 0 0.15 0.03 0.04
HSL 312.97º 0.63% 0.88% -
HSV(B) 312.97º 0.15% 0.96% -
XYZ 74.76 69.91 88.91 -
YUV 221.37 136.26 144.14 -
System Red Green Blue C M Y K H S L
Decimal 244 207 236 0 0.15 0.03 0.04 312.97 0.63 0.88
Hex F4 CF EC 0 F 3 4 139 3F 58
Octal 364 317 354 0 17 3 4 471 77 130
Binary 11110100 11001111 11101100 0 1111 11 100 100111001 111111 1011000

Color Harmonies of #F4CFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4CFEC

Black with #F4CFEC

Text Example


Text Example

White with #F4CFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4CFEC; }

 p { color: rgb(244,207,236); }

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

background-color css

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

 a { background-color: rgb(244,207,236); }

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

border-color css

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

 span { border-color: rgb(244,207,236); }

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