Html Css Color HEX #FFCFFA Snuff

📋 copy color: '#FFCFFA'

red 255 ◦ green 207 ◦ blue 250

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

Shades of Snuff #FFCFFA

Tints of Snuff #FFCFFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 35.11%

R = 35.81%
G = 29.07%
B = 35.11%

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

#FFCFFA (or 0xFFCFFA) is known color: Snuff. HEX triplet: FF, CF and FA. RGB value is (255,207,250). Sum of RGB (Red+Green+Blue) = 255+207+250=712 (94% of max value = 765). Red value is 255 (100% from 255 or 35.81% from 712); Green value is 207 (81.25% from 255 or 29.07% from 712); Blue value is 250 (98.05% from 255 or 35.11% from 712); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCFFA is #003005. Grayscale: #E2E2E2. Windows color (decimal): -12294 or 16437247. OLE color: 16437247.

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

Color convert

RGB 255 207 250 -
CMYK 0 0.19 0.02 0
HSL 306.25º 1% 0.91% -
HSV(B) 306.25º 0.19% 1% -
XYZ 80.81 72.79 100.23 -
YUV 226.25 141.4 148.5 -
System Red Green Blue C M Y K H S L
Decimal 255 207 250 0 0.19 0.02 0 306.25 1 0.91
Hex FF CF FA 0 13 2 0 132 64 5B
Octal 377 317 372 0 23 2 0 462 144 133
Binary 11111111 11001111 11111010 0 10011 10 0 100110010 1100100 1011011

Color Harmonies of #FFCFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCFFA

Black with #FFCFFA

Text Example


Text Example

White with #FFCFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCFFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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