Html Css Color HEX #F6DCF4 Selago

📋 copy color: '#F6DCF4'

red 246 ◦ green 220 ◦ blue 244

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

Shades of Selago #F6DCF4

Tints of Selago #F6DCF4

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.04

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #F6DCF4: hue angle of 304.62º 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 #F6DCF4 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 220 244 -
CMYK 0 0.11 0.01 0.04
HSL 304.62º 0.59% 0.91% -
HSV(B) 304.62º 0.11% 0.96% -
XYZ 79.93 77.31 96.3 -
YUV 230.51 135.61 139.05 -
System Red Green Blue C M Y K H S L
Decimal 246 220 244 0 0.11 0.01 0.04 304.62 0.59 0.91
Hex F6 DC F4 0 B 1 4 131 3B 5B
Octal 366 334 364 0 13 1 4 461 73 133
Binary 11110110 11011100 11110100 0 1011 1 100 100110001 111011 1011011

Color Harmonies of #F6DCF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DCF4

Black with #F6DCF4

Text Example


Text Example

White with #F6DCF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DCF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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