Html Css Color HEX #F5CCED Snuff

📋 copy color: '#F5CCED'

red 245 ◦ green 204 ◦ blue 237

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

Shades of Snuff #F5CCED

Tints of Snuff #F5CCED

RGB

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

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

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

R = 35.71%
G = 29.74%
B = 34.55%

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

#F5CCED (or 0xF5CCED) is known color: Snuff. HEX triplet: F5, CC and ED. RGB value is (245,204,237). Sum of RGB (Red+Green+Blue) = 245+204+237=686 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.71% from 686); Green value is 204 (80.08% from 255 or 29.74% from 686); Blue value is 237 (92.97% from 255 or 34.55% from 686); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5CCED is #0A3312. Grayscale: #DBDBDB. Windows color (decimal): -668435 or 15584501. OLE color: 15584501.

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

Color convert

RGB 245 204 237 -
CMYK 0 0.17 0.03 0.04
HSL 311.71º 0.67% 0.88% -
HSV(B) 311.71º 0.17% 0.96% -
XYZ 74.54 68.71 89.46 -
YUV 220.02 137.58 145.82 -
System Red Green Blue C M Y K H S L
Decimal 245 204 237 0 0.17 0.03 0.04 311.71 0.67 0.88
Hex F5 CC ED 0 11 3 4 138 43 58
Octal 365 314 355 0 21 3 4 470 103 130
Binary 11110101 11001100 11101101 0 10001 11 100 100111000 1000011 1011000

Color Harmonies of #F5CCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CCED

Black with #F5CCED

Text Example


Text Example

White with #F5CCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CCED; }

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

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

background-color css

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

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

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

border-color css

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

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

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