Html Css Color HEX #F5CCEE Snuff

📋 copy color: '#F5CCEE'

red 245 ◦ green 204 ◦ blue 238

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

Shades of Snuff #F5CCEE

Tints of Snuff #F5CCEE

RGB

 RED value IS 245 (96.09% from 255) = 35.66%

 GREEN value IS 204 (80.08% from 255) = 29.69%

 BLUE value IS 238 (93.36% from 255) = 34.64%

R = 35.66%
G = 29.69%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F5CCEE (or 0xF5CCEE) is known color: Snuff. HEX triplet: F5, CC and EE. RGB value is (245,204,238). Sum of RGB (Red+Green+Blue) = 245+204+238=687 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.66% from 687); Green value is 204 (80.08% from 255 or 29.69% from 687); Blue value is 238 (93.36% from 255 or 34.64% from 687); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CCEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5CCEE is #0A3311. Grayscale: #DCDCDC. Windows color (decimal): -668434 or 15650037. OLE color: 15650037.

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

Color convert

RGB 245 204 238 -
CMYK 0 0.17 0.03 0.04
HSL 310.24º 0.67% 0.88% -
HSV(B) 310.24º 0.17% 0.96% -
XYZ 74.68 68.77 90.23 -
YUV 220.14 138.08 145.74 -
System Red Green Blue C M Y K H S L
Decimal 245 204 238 0 0.17 0.03 0.04 310.24 0.67 0.88
Hex F5 CC EE 0 11 3 4 136 43 58
Octal 365 314 356 0 21 3 4 466 103 130
Binary 11110101 11001100 11101110 0 10001 11 100 100110110 1000011 1011000

Color Harmonies of #F5CCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CCEE

Black with #F5CCEE

Text Example


Text Example

White with #F5CCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CCEE; }

 p { color: rgb(245,204,238); }

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

background-color css

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

 a { background-color: rgb(245,204,238); }

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

border-color css

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

 span { border-color: rgb(245,204,238); }

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