Html Css Color HEX #FFCEFB Snuff

📋 copy color: '#FFCEFB'

red 255 ◦ green 206 ◦ blue 251

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

Shades of Snuff #FFCEFB

Tints of Snuff #FFCEFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 35.25%

R = 35.81%
G = 28.93%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FFCEFB (or 0xFFCEFB) is known color: Snuff. HEX triplet: FF, CE and FB. RGB value is (255,206,251). Sum of RGB (Red+Green+Blue) = 255+206+251=712 (94% of max value = 765). Red value is 255 (100% from 255 or 35.81% from 712); Green value is 206 (80.86% from 255 or 28.93% from 712); Blue value is 251 (98.44% from 255 or 35.25% from 712); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCEFB is #003104. Grayscale: #E1E1E1. Windows color (decimal): -12549 or 16502527. OLE color: 16502527.

HSL color Cylindrical-coordinate representation of color #FFCEFB: hue angle of 304.9º 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 #FFCEFB is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB 255 206 251 -
CMYK 0 0.19 0.02 0
HSL 304.9º 1% 0.9% -
HSV(B) 304.9º 0.19% 1% -
XYZ 80.72 72.37 100.98 -
YUV 225.78 142.23 148.84 -
System Red Green Blue C M Y K H S L
Decimal 255 206 251 0 0.19 0.02 0 304.9 1 0.9
Hex FF CE FB 0 13 2 0 131 64 5A
Octal 377 316 373 0 23 2 0 461 144 132
Binary 11111111 11001110 11111011 0 10011 10 0 100110001 1100100 1011010

Color Harmonies of #FFCEFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCEFB

Black with #FFCEFB

Text Example


Text Example

White with #FFCEFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCEFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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