Html Css Color HEX #F2ABE5 Lavender Rose

📋 copy color: '#F2ABE5'

red 242 ◦ green 171 ◦ blue 229

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

Shades of Lavender Rose #F2ABE5

Tints of Lavender Rose #F2ABE5

RGB

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

 GREEN value IS 171 (67.19% from 255) = 26.64%

 BLUE value IS 229 (89.84% from 255) = 35.67%

R = 37.69%
G = 26.64%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F2ABE5 (or 0xF2ABE5) is known color: Lavender Rose. HEX triplet: F2, AB and E5. RGB value is (242,171,229). Sum of RGB (Red+Green+Blue) = 242+171+229=642 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.69% from 642); Green value is 171 (67.19% from 255 or 26.64% from 642); Blue value is 229 (89.84% from 255 or 35.67% from 642); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ABE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ABE5 is #0D541A. Grayscale: #C6C6C6. Windows color (decimal): -873499 or 15051762. OLE color: 15051762.

HSL color Cylindrical-coordinate representation of color #F2ABE5: hue angle of 310.99º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2ABE5 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 171 229 -
CMYK 0 0.29 0.05 0.05
HSL 310.99º 0.73% 0.81% -
HSV(B) 310.99º 0.29% 0.95% -
XYZ 65.32 53.66 81.04 -
YUV 198.84 145.02 158.78 -
System Red Green Blue C M Y K H S L
Decimal 242 171 229 0 0.29 0.05 0.05 310.99 0.73 0.81
Hex F2 AB E5 0 1D 5 5 137 49 51
Octal 362 253 345 0 35 5 5 467 111 121
Binary 11110010 10101011 11100101 0 11101 101 101 100110111 1001001 1010001

Color Harmonies of #F2ABE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ABE5

Black with #F2ABE5

Text Example


Text Example

White with #F2ABE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ABE5; }

 p { color: rgb(242,171,229); }

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

background-color css

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

 a { background-color: rgb(242,171,229); }

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

border-color css

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

 span { border-color: rgb(242,171,229); }

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