Html Css Color HEX #F4DCF6 Selago

📋 copy color: '#F4DCF6'

red 244 ◦ green 220 ◦ blue 246

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

Shades of Selago #F4DCF6

Tints of Selago #F4DCF6

RGB

 RED value IS 244 (95.7% from 255) = 34.37%

 GREEN value IS 220 (86.33% from 255) = 30.99%

 BLUE value IS 246 (96.48% from 255) = 34.65%

R = 34.37%
G = 30.99%
B = 34.65%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F4DCF6 (or 0xF4DCF6) is known color: Selago. HEX triplet: F4, DC and F6. RGB value is (244,220,246). Sum of RGB (Red+Green+Blue) = 244+220+246=710 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.37% from 710); Green value is 220 (86.33% from 255 or 30.99% from 710); Blue value is 246 (96.48% from 255 or 34.65% from 710); Max value from RGB is 246 - color contains mainly: blue. Hex color #F4DCF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4DCF6 is #0B2309. Grayscale: #E6E6E6. Windows color (decimal): -729866 or 16178420. OLE color: 16178420.

HSL color Cylindrical-coordinate representation of color #F4DCF6: hue angle of 295.38º degrees, saturation: 0.59, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F4DCF6 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 220 246 -
CMYK 0.01 0.11 0 0.04
HSL 295.38º 0.59% 0.91% -
HSV(B) 295.38º 0.11% 0.96% -
XYZ 79.54 77.07 97.87 -
YUV 230.14 136.95 137.89 -
System Red Green Blue C M Y K H S L
Decimal 244 220 246 0.01 0.11 0 0.04 295.38 0.59 0.91
Hex F4 DC F6 1 B 0 4 127 3B 5B
Octal 364 334 366 1 13 0 4 447 73 133
Binary 11110100 11011100 11110110 1 1011 0 100 100100111 111011 1011011

Color Harmonies of #F4DCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4DCF6

Black with #F4DCF6

Text Example


Text Example

White with #F4DCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4DCF6; }

 p { color: rgb(244,220,246); }

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

background-color css

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

 a { background-color: rgb(244,220,246); }

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

border-color css

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

 span { border-color: rgb(244,220,246); }

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