Html Css Color HEX #F7CFFA Snuff

📋 copy color: '#F7CFFA'

red 247 ◦ green 207 ◦ blue 250

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

Shades of Snuff #F7CFFA

Tints of Snuff #F7CFFA

RGB

 RED value IS 247 (96.88% from 255) = 35.09%

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

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

R = 35.09%
G = 29.4%
B = 35.51%

CMYK

 C value IS 0.01

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F7CFFA (or 0xF7CFFA) is known color: Snuff. HEX triplet: F7, CF and FA. RGB value is (247,207,250). Sum of RGB (Red+Green+Blue) = 247+207+250=704 (93% of max value = 765). Red value is 247 (96.88% from 255 or 35.09% from 704); Green value is 207 (81.25% from 255 or 29.40% from 704); Blue value is 250 (98.05% from 255 or 35.51% from 704); Max value from RGB is 250 - color contains mainly: blue. Hex color #F7CFFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7CFFA is #083005. Grayscale: #DFDFDF. Windows color (decimal): -536582 or 16437239. OLE color: 16437239.

HSL color Cylindrical-coordinate representation of color #F7CFFA: hue angle of 295.81º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F7CFFA is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 247 207 250 -
CMYK 0.01 0.17 0 0.02
HSL 295.81º 0.81% 0.9% -
HSV(B) 295.81º 0.17% 0.98% -
XYZ 77.93 71.3 100.1 -
YUV 223.86 142.75 144.5 -
System Red Green Blue C M Y K H S L
Decimal 247 207 250 0.01 0.17 0 0.02 295.81 0.81 0.9
Hex F7 CF FA 1 11 0 2 128 51 5A
Octal 367 317 372 1 21 0 2 450 121 132
Binary 11110111 11001111 11111010 1 10001 0 10 100101000 1010001 1011010

Color Harmonies of #F7CFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CFFA

Black with #F7CFFA

Text Example


Text Example

White with #F7CFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CFFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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