Html Css Color HEX #F7A7DF Lavender Rose

📋 copy color: '#F7A7DF'

red 247 ◦ green 167 ◦ blue 223

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

Shades of Lavender Rose #F7A7DF

Tints of Lavender Rose #F7A7DF

RGB

 RED value IS 247 (96.88% from 255) = 38.78%

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

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

R = 38.78%
G = 26.22%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F7A7DF (or 0xF7A7DF) is known color: Lavender Rose. HEX triplet: F7, A7 and DF. RGB value is (247,167,223). Sum of RGB (Red+Green+Blue) = 247+167+223=637 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.78% from 637); Green value is 167 (65.62% from 255 or 26.22% from 637); Blue value is 223 (87.5% from 255 or 35.01% from 637); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A7DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A7DF is #085820. Grayscale: #C5C5C5. Windows color (decimal): -546849 or 14657527. OLE color: 14657527.

HSL color Cylindrical-coordinate representation of color #F7A7DF: hue angle of 318º degrees, saturation: 0.83, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F7A7DF is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 167 223 -
CMYK 0 0.32 0.10 0.03
HSL 318º 0.83% 0.81% -
HSV(B) 318º 0.32% 0.97% -
XYZ 65.5 52.74 76.54 -
YUV 197.3 142.5 163.45 -
System Red Green Blue C M Y K H S L
Decimal 247 167 223 0 0.32 0.10 0.03 318 0.83 0.81
Hex F7 A7 DF 0 20 A 3 13E 53 51
Octal 367 247 337 0 40 12 3 476 123 121
Binary 11110111 10100111 11011111 0 100000 1010 11 100111110 1010011 1010001

Color Harmonies of #F7A7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A7DF

Black with #F7A7DF

Text Example


Text Example

White with #F7A7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A7DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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