Html Css Color HEX #F2A5DE Lavender Rose

📋 copy color: '#F2A5DE'

red 242 ◦ green 165 ◦ blue 222

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

Shades of Lavender Rose #F2A5DE

Tints of Lavender Rose #F2A5DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.29%

R = 38.47%
G = 26.23%
B = 35.29%

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

#F2A5DE (or 0xF2A5DE) is known color: Lavender Rose. HEX triplet: F2, A5 and DE. RGB value is (242,165,222). Sum of RGB (Red+Green+Blue) = 242+165+222=629 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.47% from 629); Green value is 165 (64.84% from 255 or 26.23% from 629); Blue value is 222 (87.11% from 255 or 35.29% from 629); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A5DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A5DE is #0D5A21. Grayscale: #C2C2C2. Windows color (decimal): -875042 or 14591474. OLE color: 14591474.

HSL color Cylindrical-coordinate representation of color #F2A5DE: hue angle of 315.58º 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 #F2A5DE is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 165 222 -
CMYK 0 0.32 0.08 0.05
HSL 315.58º 0.75% 0.8% -
HSV(B) 315.58º 0.32% 0.95% -
XYZ 63.26 51.06 75.63 -
YUV 194.52 143.51 161.87 -
System Red Green Blue C M Y K H S L
Decimal 242 165 222 0 0.32 0.08 0.05 315.58 0.75 0.8
Hex F2 A5 DE 0 20 8 5 13C 4B 50
Octal 362 245 336 0 40 10 5 474 113 120
Binary 11110010 10100101 11011110 0 100000 1000 101 100111100 1001011 1010000

Color Harmonies of #F2A5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A5DE

Black with #F2A5DE

Text Example


Text Example

White with #F2A5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A5DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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