Html Css Color HEX #FFCFF5 Snuff

📋 copy color: '#FFCFF5'

red 255 ◦ green 207 ◦ blue 245

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

Shades of Snuff #FFCFF5

Tints of Snuff #FFCFF5

RGB

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

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

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

R = 36.07%
G = 29.28%
B = 34.65%

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

#FFCFF5 (or 0xFFCFF5) is known color: Snuff. HEX triplet: FF, CF and F5. RGB value is (255,207,245). Sum of RGB (Red+Green+Blue) = 255+207+245=707 (93% of max value = 765). Red value is 255 (100% from 255 or 36.07% from 707); Green value is 207 (81.25% from 255 or 29.28% from 707); Blue value is 245 (96.09% from 255 or 34.65% from 707); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCFF5 is #00300A. Grayscale: #E1E1E1. Windows color (decimal): -12299 or 16109567. OLE color: 16109567.

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

Color convert

RGB 255 207 245 -
CMYK 0 0.19 0.04 0
HSL 312.5º 1% 0.91% -
HSV(B) 312.5º 0.19% 1% -
XYZ 80.03 72.48 96.16 -
YUV 225.68 138.9 148.91 -
System Red Green Blue C M Y K H S L
Decimal 255 207 245 0 0.19 0.04 0 312.5 1 0.91
Hex FF CF F5 0 13 4 0 138 64 5B
Octal 377 317 365 0 23 4 0 470 144 133
Binary 11111111 11001111 11110101 0 10011 100 0 100111000 1100100 1011011

Color Harmonies of #FFCFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCFF5

Black with #FFCFF5

Text Example


Text Example

White with #FFCFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCFF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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