Html Css Color HEX #F3DAFA Selago

📋 copy color: '#F3DAFA'

red 243 ◦ green 218 ◦ blue 250

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

Shades of Selago #F3DAFA

Tints of Selago #F3DAFA

RGB

 RED value IS 243 (95.31% from 255) = 34.18%

 GREEN value IS 218 (85.55% from 255) = 30.66%

 BLUE value IS 250 (98.05% from 255) = 35.16%

R = 34.18%
G = 30.66%
B = 35.16%

CMYK

 C value IS 0.03

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F3DAFA (or 0xF3DAFA) is known color: Selago. HEX triplet: F3, DA and FA. RGB value is (243,218,250). Sum of RGB (Red+Green+Blue) = 243+218+250=711 (94% of max value = 765). Red value is 243 (95.31% from 255 or 34.18% from 711); Green value is 218 (85.55% from 255 or 30.66% from 711); Blue value is 250 (98.05% from 255 or 35.16% from 711); Max value from RGB is 250 - color contains mainly: blue. Hex color #F3DAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DAFA is #0C2505. Grayscale: #E5E5E5. Windows color (decimal): -795910 or 16440051. OLE color: 16440051.

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

Color convert

RGB 243 218 250 -
CMYK 0.03 0.13 0 0.02
HSL 286.88º 0.76% 0.92% -
HSV(B) 286.88º 0.13% 0.98% -
XYZ 79.29 76.1 100.95 -
YUV 229.12 139.78 137.9 -
System Red Green Blue C M Y K H S L
Decimal 243 218 250 0.03 0.13 0 0.02 286.88 0.76 0.92
Hex F3 DA FA 3 D 0 2 11F 4C 5C
Octal 363 332 372 3 15 0 2 437 114 134
Binary 11110011 11011010 11111010 11 1101 0 10 100011111 1001100 1011100

Color Harmonies of #F3DAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3DAFA

Black with #F3DAFA

Text Example


Text Example

White with #F3DAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3DAFA; }

 p { color: rgb(243,218,250); }

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

background-color css

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

 a { background-color: rgb(243,218,250); }

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

border-color css

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

 span { border-color: rgb(243,218,250); }

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