Html Css Color HEX #F9CFF3 Snuff

📋 copy color: '#F9CFF3'

red 249 ◦ green 207 ◦ blue 243

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

Shades of Snuff #F9CFF3

Tints of Snuff #F9CFF3

RGB

 RED value IS 249 (97.66% from 255) = 35.62%

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

 BLUE value IS 243 (95.31% from 255) = 34.76%

R = 35.62%
G = 29.61%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#F9CFF3 (or 0xF9CFF3) is known color: Snuff. HEX triplet: F9, CF and F3. RGB value is (249,207,243). Sum of RGB (Red+Green+Blue) = 249+207+243=699 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.62% from 699); Green value is 207 (81.25% from 255 or 29.61% from 699); Blue value is 243 (95.31% from 255 or 34.76% from 699); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CFF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9CFF3 is #06300C. Grayscale: #DFDFDF. Windows color (decimal): -405517 or 15978489. OLE color: 15978489.

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

Color convert

RGB 249 207 243 -
CMYK 0 0.17 0.02 0.02
HSL 308.57º 0.78% 0.89% -
HSV(B) 308.57º 0.17% 0.98% -
XYZ 77.56 71.24 94.46 -
YUV 223.66 138.91 146.07 -
System Red Green Blue C M Y K H S L
Decimal 249 207 243 0 0.17 0.02 0.02 308.57 0.78 0.89
Hex F9 CF F3 0 11 2 2 135 4E 59
Octal 371 317 363 0 21 2 2 465 116 131
Binary 11111001 11001111 11110011 0 10001 10 10 100110101 1001110 1011001

Color Harmonies of #F9CFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CFF3

Black with #F9CFF3

Text Example


Text Example

White with #F9CFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CFF3; }

 p { color: rgb(249,207,243); }

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

background-color css

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

 a { background-color: rgb(249,207,243); }

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

border-color css

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

 span { border-color: rgb(249,207,243); }

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