Html Css Color HEX #F9CFFF Selago

📋 copy color: '#F9CFFF'

red 249 ◦ green 207 ◦ blue 255

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

Shades of Selago #F9CFFF

Tints of Selago #F9CFFF

RGB

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

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

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

R = 35.02%
G = 29.11%
B = 35.86%

CMYK

 C value IS 0.02

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F9CFFF (or 0xF9CFFF) is known color: Selago. HEX triplet: F9, CF and FF. RGB value is (249,207,255). Sum of RGB (Red+Green+Blue) = 249+207+255=711 (94% of max value = 765). Red value is 249 (97.66% from 255 or 35.02% from 711); Green value is 207 (81.25% from 255 or 29.11% from 711); Blue value is 255 (100% from 255 or 35.86% from 711); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9CFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9CFFF is #063000. Grayscale: #E0E0E0. Windows color (decimal): -405505 or 16764921. OLE color: 16764921.

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

Color convert

RGB 249 207 255 -
CMYK 0.02 0.19 0 0
HSL 292.5º 1% 0.91% -
HSV(B) 292.5º 0.19% 1% -
XYZ 79.43 71.99 104.32 -
YUV 225.03 144.91 145.1 -
System Red Green Blue C M Y K H S L
Decimal 249 207 255 0.02 0.19 0 0 292.5 1 0.91
Hex F9 CF FF 2 13 0 0 124 64 5B
Octal 371 317 377 2 23 0 0 444 144 133
Binary 11111001 11001111 11111111 10 10011 0 0 100100100 1100100 1011011

Color Harmonies of #F9CFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CFFF

Black with #F9CFFF

Text Example


Text Example

White with #F9CFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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