Html Css Color HEX #FFCEF5 Snuff

📋 copy color: '#FFCEF5'

red 255 ◦ green 206 ◦ blue 245

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

Shades of Snuff #FFCEF5

Tints of Snuff #FFCEF5

RGB

 RED value IS 255 (100% from 255) = 36.12%

 GREEN value IS 206 (80.86% from 255) = 29.18%

 BLUE value IS 245 (96.09% from 255) = 34.7%

R = 36.12%
G = 29.18%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#FFCEF5 (or 0xFFCEF5) is known color: Snuff. HEX triplet: FF, CE and F5. RGB value is (255,206,245). Sum of RGB (Red+Green+Blue) = 255+206+245=706 (93% of max value = 765). Red value is 255 (100% from 255 or 36.12% from 706); Green value is 206 (80.86% from 255 or 29.18% from 706); Blue value is 245 (96.09% from 255 or 34.70% from 706); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCEF5 is #00310A. Grayscale: #E0E0E0. Windows color (decimal): -12555 or 16109311. OLE color: 16109311.

HSL color Cylindrical-coordinate representation of color #FFCEF5: hue angle of 312.24º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FFCEF5 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.

Color convert

RGB 255 206 245 -
CMYK 0 0.19 0.04 0
HSL 312.24º 1% 0.9% -
HSV(B) 312.24º 0.19% 1% -
XYZ 79.79 72 96.08 -
YUV 225.1 139.23 149.33 -
System Red Green Blue C M Y K H S L
Decimal 255 206 245 0 0.19 0.04 0 312.24 1 0.9
Hex FF CE F5 0 13 4 0 138 64 5A
Octal 377 316 365 0 23 4 0 470 144 132
Binary 11111111 11001110 11110101 0 10011 100 0 100111000 1100100 1011010

Color Harmonies of #FFCEF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCEF5

Black with #FFCEF5

Text Example


Text Example

White with #FFCEF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCEF5; }

 p { color: rgb(255,206,245); }

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

background-color css

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

 a { background-color: rgb(255,206,245); }

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

border-color css

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

 span { border-color: rgb(255,206,245); }

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