Html Css Color HEX #F2A7DF Lavender Rose

📋 copy color: '#F2A7DF'

red 242 ◦ green 167 ◦ blue 223

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

Shades of Lavender Rose #F2A7DF

Tints of Lavender Rose #F2A7DF

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.42%

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

R = 38.29%
G = 26.42%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F2A7DF (or 0xF2A7DF) is known color: Lavender Rose. HEX triplet: F2, A7 and DF. RGB value is (242,167,223). Sum of RGB (Red+Green+Blue) = 242+167+223=632 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.29% from 632); Green value is 167 (65.62% from 255 or 26.42% from 632); Blue value is 223 (87.5% from 255 or 35.28% from 632); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A7DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A7DF is #0D5820. Grayscale: #C3C3C3. Windows color (decimal): -874529 or 14657522. OLE color: 14657522.

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

Color convert

RGB 242 167 223 -
CMYK 0 0.31 0.08 0.05
HSL 315.2º 0.74% 0.8% -
HSV(B) 315.2º 0.31% 0.95% -
XYZ 63.76 51.84 76.46 -
YUV 195.81 143.35 160.95 -
System Red Green Blue C M Y K H S L
Decimal 242 167 223 0 0.31 0.08 0.05 315.2 0.74 0.8
Hex F2 A7 DF 0 1F 8 5 13B 4A 50
Octal 362 247 337 0 37 10 5 473 112 120
Binary 11110010 10100111 11011111 0 11111 1000 101 100111011 1001010 1010000

Color Harmonies of #F2A7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A7DF

Black with #F2A7DF

Text Example


Text Example

White with #F2A7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A7DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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