Html Css Color HEX #F6DCFB Selago

📋 copy color: '#F6DCFB'

red 246 ◦ green 220 ◦ blue 251

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

Shades of Selago #F6DCFB

Tints of Selago #F6DCFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 35.01%

R = 34.31%
G = 30.68%
B = 35.01%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F6DCFB (or 0xF6DCFB) is known color: Selago. HEX triplet: F6, DC and FB. RGB value is (246,220,251). Sum of RGB (Red+Green+Blue) = 246+220+251=717 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.31% from 717); Green value is 220 (86.33% from 255 or 30.68% from 717); Blue value is 251 (98.44% from 255 or 35.01% from 717); Max value from RGB is 251 - color contains mainly: blue. Hex color #F6DCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6DCFB is #092304. Grayscale: #E7E7E7. Windows color (decimal): -598789 or 16506102. OLE color: 16506102.

HSL color Cylindrical-coordinate representation of color #F6DCFB: hue angle of 290.32º degrees, saturation: 0.79, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F6DCFB is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 246 220 251 -
CMYK 0.02 0.12 0 0.02
HSL 290.32º 0.79% 0.92% -
HSV(B) 290.32º 0.12% 0.98% -
XYZ 81.01 77.74 102 -
YUV 231.31 139.11 138.48 -
System Red Green Blue C M Y K H S L
Decimal 246 220 251 0.02 0.12 0 0.02 290.32 0.79 0.92
Hex F6 DC FB 2 C 0 2 122 4F 5C
Octal 366 334 373 2 14 0 2 442 117 134
Binary 11110110 11011100 11111011 10 1100 0 10 100100010 1001111 1011100

Color Harmonies of #F6DCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DCFB

Black with #F6DCFB

Text Example


Text Example

White with #F6DCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DCFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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