Html Css Color HEX #F2DFF3 Selago

📋 copy color: '#F2DFF3'

red 242 ◦ green 223 ◦ blue 243

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

Shades of Selago #F2DFF3

Tints of Selago #F2DFF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 34.32%

R = 34.18%
G = 31.5%
B = 34.32%

CMYK

 C value IS 0.00

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F2DFF3 (or 0xF2DFF3) is known color: Selago. HEX triplet: F2, DF and F3. RGB value is (242,223,243). Sum of RGB (Red+Green+Blue) = 242+223+243=708 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.18% from 708); Green value is 223 (87.5% from 255 or 31.50% from 708); Blue value is 243 (95.31% from 255 or 34.32% from 708); Max value from RGB is 243 - color contains mainly: blue. Hex color #F2DFF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DFF3 is #0D200C. Grayscale: #E6E6E6. Windows color (decimal): -860173 or 15982578. OLE color: 15982578.

HSL color Cylindrical-coordinate representation of color #F2DFF3: hue angle of 297º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F2DFF3 is Cyan = 0.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 223 243 -
CMYK 0.00 0.08 0 0.05
HSL 297º 0.45% 0.91% -
HSV(B) 297º 0.08% 0.95% -
XYZ 79.18 78.12 95.7 -
YUV 230.96 134.79 135.87 -
System Red Green Blue C M Y K H S L
Decimal 242 223 243 0.00 0.08 0 0.05 297 0.45 0.91
Hex F2 DF F3 0 8 0 5 129 2D 5B
Octal 362 337 363 0 10 0 5 451 55 133
Binary 11110010 11011111 11110011 0 1000 0 101 100101001 101101 1011011

Color Harmonies of #F2DFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DFF3

Black with #F2DFF3

Text Example


Text Example

White with #F2DFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DFF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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