Html Css Color HEX #F4CFED Snuff

📋 copy color: '#F4CFED'

red 244 ◦ green 207 ◦ blue 237

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

Shades of Snuff #F4CFED

Tints of Snuff #F4CFED

RGB

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

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

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

R = 35.47%
G = 30.09%
B = 34.45%

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

#F4CFED (or 0xF4CFED) is known color: Snuff. HEX triplet: F4, CF and ED. RGB value is (244,207,237). Sum of RGB (Red+Green+Blue) = 244+207+237=688 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.47% from 688); Green value is 207 (81.25% from 255 or 30.09% from 688); Blue value is 237 (92.97% from 255 or 34.45% from 688); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4CFED is #0B3012. Grayscale: #DDDDDD. Windows color (decimal): -733203 or 15585268. OLE color: 15585268.

HSL color Cylindrical-coordinate representation of color #F4CFED: hue angle of 311.35º 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 #F4CFED is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 207 237 -
CMYK 0 0.15 0.03 0.04
HSL 311.35º 0.63% 0.88% -
HSV(B) 311.35º 0.15% 0.96% -
XYZ 74.91 69.97 89.68 -
YUV 221.48 136.76 144.06 -
System Red Green Blue C M Y K H S L
Decimal 244 207 237 0 0.15 0.03 0.04 311.35 0.63 0.88
Hex F4 CF ED 0 F 3 4 137 3F 58
Octal 364 317 355 0 17 3 4 467 77 130
Binary 11110100 11001111 11101101 0 1111 11 100 100110111 111111 1011000

Color Harmonies of #F4CFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4CFED

Black with #F4CFED

Text Example


Text Example

White with #F4CFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4CFED; }

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

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

background-color css

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

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

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

border-color css

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

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

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