Html Css Color HEX #FFCFF8 Snuff

📋 copy color: '#FFCFF8'

red 255 ◦ green 207 ◦ blue 248

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

Shades of Snuff #FFCFF8

Tints of Snuff #FFCFF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 34.93%

R = 35.92%
G = 29.15%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.03

 K value IS 0

RGB Variations

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

Color information

#FFCFF8 (or 0xFFCFF8) is known color: Snuff. HEX triplet: FF, CF and F8. RGB value is (255,207,248). Sum of RGB (Red+Green+Blue) = 255+207+248=710 (94% of max value = 765). Red value is 255 (100% from 255 or 35.92% from 710); Green value is 207 (81.25% from 255 or 29.15% from 710); Blue value is 248 (97.27% from 255 or 34.93% from 710); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCFF8 is #003007. Grayscale: #E1E1E1. Windows color (decimal): -12296 or 16306175. OLE color: 16306175.

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

Color convert

RGB 255 207 248 -
CMYK 0 0.19 0.03 0
HSL 308.75º 1% 0.91% -
HSV(B) 308.75º 0.19% 1% -
XYZ 80.5 72.66 98.59 -
YUV 226.03 140.4 148.67 -
System Red Green Blue C M Y K H S L
Decimal 255 207 248 0 0.19 0.03 0 308.75 1 0.91
Hex FF CF F8 0 13 3 0 135 64 5B
Octal 377 317 370 0 23 3 0 465 144 133
Binary 11111111 11001111 11111000 0 10011 11 0 100110101 1100100 1011011

Color Harmonies of #FFCFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCFF8

Black with #FFCFF8

Text Example


Text Example

White with #FFCFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCFF8; }

 p { color: rgb(255,207,248); }

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

background-color css

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

 a { background-color: rgb(255,207,248); }

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

border-color css

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

 span { border-color: rgb(255,207,248); }

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