Html Css Color HEX #F7ABDC Lavender Rose

📋 copy color: '#F7ABDC'

red 247 ◦ green 171 ◦ blue 220

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

Shades of Lavender Rose #F7ABDC

Tints of Lavender Rose #F7ABDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.48%

R = 38.71%
G = 26.8%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F7ABDC (or 0xF7ABDC) is known color: Lavender Rose. HEX triplet: F7, AB and DC. RGB value is (247,171,220). Sum of RGB (Red+Green+Blue) = 247+171+220=638 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.71% from 638); Green value is 171 (67.19% from 255 or 26.80% from 638); Blue value is 220 (86.33% from 255 or 34.48% from 638); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ABDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ABDC is #085423. Grayscale: #C7C7C7. Windows color (decimal): -545828 or 14461943. OLE color: 14461943.

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

Color convert

RGB 247 171 220 -
CMYK 0 0.31 0.11 0.03
HSL 321.32º 0.83% 0.82% -
HSV(B) 321.32º 0.31% 0.97% -
XYZ 65.84 54.07 74.68 -
YUV 199.31 139.68 162.02 -
System Red Green Blue C M Y K H S L
Decimal 247 171 220 0 0.31 0.11 0.03 321.32 0.83 0.82
Hex F7 AB DC 0 1F B 3 141 53 52
Octal 367 253 334 0 37 13 3 501 123 122
Binary 11110111 10101011 11011100 0 11111 1011 11 101000001 1010011 1010010

Color Harmonies of #F7ABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7ABDC

Black with #F7ABDC

Text Example


Text Example

White with #F7ABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7ABDC; }

 p { color: rgb(247,171,220); }

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

background-color css

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

 a { background-color: rgb(247,171,220); }

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

border-color css

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

 span { border-color: rgb(247,171,220); }

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