Html Css Color HEX #F9CEFA Snuff

📋 copy color: '#F9CEFA'

red 249 ◦ green 206 ◦ blue 250

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

Shades of Snuff #F9CEFA

Tints of Snuff #F9CEFA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 29.22%

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

R = 35.32%
G = 29.22%
B = 35.46%

CMYK

 C value IS 0.00

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F9CEFA (or 0xF9CEFA) is known color: Snuff. HEX triplet: F9, CE and FA. RGB value is (249,206,250). Sum of RGB (Red+Green+Blue) = 249+206+250=705 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.32% from 705); Green value is 206 (80.86% from 255 or 29.22% from 705); Blue value is 250 (98.05% from 255 or 35.46% from 705); Max value from RGB is 250 - color contains mainly: blue. Hex color #F9CEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9CEFA is #063105. Grayscale: #DFDFDF. Windows color (decimal): -405766 or 16436985. OLE color: 16436985.

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

Color convert

RGB 249 206 250 -
CMYK 0.00 0.18 0 0.02
HSL 298.64º 0.81% 0.89% -
HSV(B) 298.64º 0.18% 0.98% -
XYZ 78.39 71.18 100.05 -
YUV 223.87 142.75 145.92 -
System Red Green Blue C M Y K H S L
Decimal 249 206 250 0.00 0.18 0 0.02 298.64 0.81 0.89
Hex F9 CE FA 0 12 0 2 12B 51 59
Octal 371 316 372 0 22 0 2 453 121 131
Binary 11111001 11001110 11111010 0 10010 0 10 100101011 1010001 1011001

Color Harmonies of #F9CEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CEFA

Black with #F9CEFA

Text Example


Text Example

White with #F9CEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CEFA; }

 p { color: rgb(249,206,250); }

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

background-color css

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

 a { background-color: rgb(249,206,250); }

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

border-color css

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

 span { border-color: rgb(249,206,250); }

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