Html Css Color HEX #F2DFF5 Selago

📋 copy color: '#F2DFF5'

red 242 ◦ green 223 ◦ blue 245

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

Shades of Selago #F2DFF5

Tints of Selago #F2DFF5

RGB

 RED value IS 242 (94.92% from 255) = 34.08%

 GREEN value IS 223 (87.5% from 255) = 31.41%

 BLUE value IS 245 (96.09% from 255) = 34.51%

R = 34.08%
G = 31.41%
B = 34.51%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F2DFF5 (or 0xF2DFF5) is known color: Selago. HEX triplet: F2, DF and F5. RGB value is (242,223,245). Sum of RGB (Red+Green+Blue) = 242+223+245=710 (94% of max value = 765). Red value is 242 (94.92% from 255 or 34.08% from 710); Green value is 223 (87.5% from 255 or 31.41% from 710); Blue value is 245 (96.09% from 255 or 34.51% from 710); Max value from RGB is 245 - color contains mainly: blue. Hex color #F2DFF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DFF5 is #0D200A. Grayscale: #E7E7E7. Windows color (decimal): -860171 or 16113650. OLE color: 16113650.

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

Color convert

RGB 242 223 245 -
CMYK 0.01 0.09 0 0.04
HSL 291.82º 0.52% 0.92% -
HSV(B) 291.82º 0.09% 0.96% -
XYZ 79.49 78.25 97.3 -
YUV 231.19 135.79 135.71 -
System Red Green Blue C M Y K H S L
Decimal 242 223 245 0.01 0.09 0 0.04 291.82 0.52 0.92
Hex F2 DF F5 1 9 0 4 124 34 5C
Octal 362 337 365 1 11 0 4 444 64 134
Binary 11110010 11011111 11110101 1 1001 0 100 100100100 110100 1011100

Color Harmonies of #F2DFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DFF5

Black with #F2DFF5

Text Example


Text Example

White with #F2DFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DFF5; }

 p { color: rgb(242,223,245); }

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

background-color css

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

 a { background-color: rgb(242,223,245); }

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

border-color css

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

 span { border-color: rgb(242,223,245); }

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