Html Css Color HEX #F9CBFF Snuff

📋 copy color: '#F9CBFF'

red 249 ◦ green 203 ◦ blue 255

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

Shades of Snuff #F9CBFF

Tints of Snuff #F9CBFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 36.07%

R = 35.22%
G = 28.71%
B = 36.07%

CMYK

 C value IS 0.02

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F9CBFF (or 0xF9CBFF) is known color: Snuff. HEX triplet: F9, CB and FF. RGB value is (249,203,255). Sum of RGB (Red+Green+Blue) = 249+203+255=707 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.22% from 707); Green value is 203 (79.69% from 255 or 28.71% from 707); Blue value is 255 (100% from 255 or 36.07% from 707); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9CBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9CBFF is #063400. Grayscale: #DEDEDE. Windows color (decimal): -406529 or 16763897. OLE color: 16763897.

HSL color Cylindrical-coordinate representation of color #F9CBFF: hue angle of 293.08º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F9CBFF is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 249 203 255 -
CMYK 0.02 0.20 0 0
HSL 293.08º 1% 0.9% -
HSV(B) 293.08º 0.2% 1% -
XYZ 78.47 70.07 104 -
YUV 222.68 146.24 146.77 -
System Red Green Blue C M Y K H S L
Decimal 249 203 255 0.02 0.20 0 0 293.08 1 0.9
Hex F9 CB FF 2 14 0 0 125 64 5A
Octal 371 313 377 2 24 0 0 445 144 132
Binary 11111001 11001011 11111111 10 10100 0 0 100100101 1100100 1011010

Color Harmonies of #F9CBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CBFF

Black with #F9CBFF

Text Example


Text Example

White with #F9CBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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