Html Css Color HEX #F2A8EB Lavender Rose

📋 copy color: '#F2A8EB'

red 242 ◦ green 168 ◦ blue 235

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

Shades of Lavender Rose #F2A8EB

Tints of Lavender Rose #F2A8EB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 26.05%

 BLUE value IS 235 (92.19% from 255) = 36.43%

R = 37.52%
G = 26.05%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F2A8EB (or 0xF2A8EB) is known color: Lavender Rose. HEX triplet: F2, A8 and EB. RGB value is (242,168,235). Sum of RGB (Red+Green+Blue) = 242+168+235=645 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.52% from 645); Green value is 168 (66.02% from 255 or 26.05% from 645); Blue value is 235 (92.19% from 255 or 36.43% from 645); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A8EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2A8EB is #0D5714. Grayscale: #C5C5C5. Windows color (decimal): -874261 or 15444210. OLE color: 15444210.

HSL color Cylindrical-coordinate representation of color #F2A8EB: hue angle of 305.68º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F2A8EB is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 168 235 -
CMYK 0 0.31 0.03 0.05
HSL 305.68º 0.74% 0.8% -
HSV(B) 305.68º 0.31% 0.95% -
XYZ 65.62 52.88 85.35 -
YUV 197.76 149.02 159.55 -
System Red Green Blue C M Y K H S L
Decimal 242 168 235 0 0.31 0.03 0.05 305.68 0.74 0.8
Hex F2 A8 EB 0 1F 3 5 132 4A 50
Octal 362 250 353 0 37 3 5 462 112 120
Binary 11110010 10101000 11101011 0 11111 11 101 100110010 1001010 1010000

Color Harmonies of #F2A8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A8EB

Black with #F2A8EB

Text Example


Text Example

White with #F2A8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A8EB; }

 p { color: rgb(242,168,235); }

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

background-color css

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

 a { background-color: rgb(242,168,235); }

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

border-color css

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

 span { border-color: rgb(242,168,235); }

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