Html Css Color HEX #F4DCFB Selago

📋 copy color: '#F4DCFB'

red 244 ◦ green 220 ◦ blue 251

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

Shades of Selago #F4DCFB

Tints of Selago #F4DCFB

RGB

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

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

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

R = 34.13%
G = 30.77%
B = 35.1%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F4DCFB (or 0xF4DCFB) is known color: Selago. HEX triplet: F4, DC and FB. RGB value is (244,220,251). Sum of RGB (Red+Green+Blue) = 244+220+251=715 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.13% from 715); Green value is 220 (86.33% from 255 or 30.77% from 715); Blue value is 251 (98.44% from 255 or 35.10% from 715); Max value from RGB is 251 - color contains mainly: blue. Hex color #F4DCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4DCFB is #0B2304. Grayscale: #E6E6E6. Windows color (decimal): -729861 or 16506100. OLE color: 16506100.

HSL color Cylindrical-coordinate representation of color #F4DCFB: hue angle of 286.45º 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 #F4DCFB is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 244 220 251 -
CMYK 0.03 0.12 0 0.02
HSL 286.45º 0.79% 0.92% -
HSV(B) 286.45º 0.12% 0.98% -
XYZ 80.31 77.38 101.97 -
YUV 230.71 139.45 137.48 -
System Red Green Blue C M Y K H S L
Decimal 244 220 251 0.03 0.12 0 0.02 286.45 0.79 0.92
Hex F4 DC FB 3 C 0 2 11E 4F 5C
Octal 364 334 373 3 14 0 2 436 117 134
Binary 11110100 11011100 11111011 11 1100 0 10 100011110 1001111 1011100

Color Harmonies of #F4DCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4DCFB

Black with #F4DCFB

Text Example


Text Example

White with #F4DCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4DCFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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