Html Css Color HEX #F2A5DF Lavender Rose

📋 copy color: '#F2A5DF'

red 242 ◦ green 165 ◦ blue 223

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

Shades of Lavender Rose #F2A5DF

Tints of Lavender Rose #F2A5DF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 26.19%

 BLUE value IS 223 (87.5% from 255) = 35.4%

R = 38.41%
G = 26.19%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F2A5DF (or 0xF2A5DF) is known color: Lavender Rose. HEX triplet: F2, A5 and DF. RGB value is (242,165,223). Sum of RGB (Red+Green+Blue) = 242+165+223=630 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.41% from 630); Green value is 165 (64.84% from 255 or 26.19% from 630); Blue value is 223 (87.5% from 255 or 35.40% from 630); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A5DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A5DF is #0D5A20. Grayscale: #C2C2C2. Windows color (decimal): -875041 or 14657010. OLE color: 14657010.

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

Color convert

RGB 242 165 223 -
CMYK 0 0.32 0.08 0.05
HSL 314.81º 0.75% 0.8% -
HSV(B) 314.81º 0.32% 0.95% -
XYZ 63.39 51.12 76.34 -
YUV 194.64 144.01 161.78 -
System Red Green Blue C M Y K H S L
Decimal 242 165 223 0 0.32 0.08 0.05 314.81 0.75 0.8
Hex F2 A5 DF 0 20 8 5 13B 4B 50
Octal 362 245 337 0 40 10 5 473 113 120
Binary 11110010 10100101 11011111 0 100000 1000 101 100111011 1001011 1010000

Color Harmonies of #F2A5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A5DF

Black with #F2A5DF

Text Example


Text Example

White with #F2A5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A5DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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