Html Css Color HEX #F9CBF9 Snuff

📋 copy color: '#F9CBF9'

red 249 ◦ green 203 ◦ blue 249

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

Shades of Snuff #F9CBF9

Tints of Snuff #F9CBF9

RGB

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

 GREEN value IS 203 (79.69% from 255) = 28.96%

 BLUE value IS 249 (97.66% from 255) = 35.52%

R = 35.52%
G = 28.96%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F9CBF9 (or 0xF9CBF9) is known color: Snuff. HEX triplet: F9, CB and F9. RGB value is (249,203,249). Sum of RGB (Red+Green+Blue) = 249+203+249=701 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.52% from 701); Green value is 203 (79.69% from 255 or 28.96% from 701); Blue value is 249 (97.66% from 255 or 35.52% from 701); Max value from RGB is 249 - color contains mainly: red, blue. Hex color #F9CBF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9CBF9 is #063406. Grayscale: #DDDDDD. Windows color (decimal): -406535 or 16370681. OLE color: 16370681.

HSL color Cylindrical-coordinate representation of color #F9CBF9: hue angle of 300º degrees, saturation: 0.79, 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 #F9CBF9 is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 203 249 -
CMYK 0 0.18 0 0.02
HSL 300º 0.79% 0.89% -
HSV(B) 300º 0.18% 0.98% -
XYZ 77.52 69.69 98.99 -
YUV 222 143.24 147.26 -
System Red Green Blue C M Y K H S L
Decimal 249 203 249 0 0.18 0 0.02 300 0.79 0.89
Hex F9 CB F9 0 12 0 2 12C 4F 59
Octal 371 313 371 0 22 0 2 454 117 131
Binary 11111001 11001011 11111001 0 10010 0 10 100101100 1001111 1011001

Color Harmonies of #F9CBF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CBF9

Black with #F9CBF9

Text Example


Text Example

White with #F9CBF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CBF9; }

 p { color: rgb(249,203,249); }

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

background-color css

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

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

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

border-color css

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

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

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