Html Css Color HEX #F7AFDD Lavender Rose

📋 copy color: '#F7AFDD'

red 247 ◦ green 175 ◦ blue 221

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

Shades of Lavender Rose #F7AFDD

Tints of Lavender Rose #F7AFDD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 27.22%

 BLUE value IS 221 (86.72% from 255) = 34.37%

R = 38.41%
G = 27.22%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F7AFDD (or 0xF7AFDD) is known color: Lavender Rose. HEX triplet: F7, AF and DD. RGB value is (247,175,221). Sum of RGB (Red+Green+Blue) = 247+175+221=643 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.41% from 643); Green value is 175 (68.75% from 255 or 27.22% from 643); Blue value is 221 (86.72% from 255 or 34.37% from 643); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AFDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7AFDD is #085022. Grayscale: #C9C9C9. Windows color (decimal): -544803 or 14528503. OLE color: 14528503.

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

Color convert

RGB 247 175 221 -
CMYK 0 0.29 0.11 0.03
HSL 321.67º 0.82% 0.83% -
HSV(B) 321.67º 0.29% 0.97% -
XYZ 66.74 55.65 75.63 -
YUV 201.77 138.85 160.26 -
System Red Green Blue C M Y K H S L
Decimal 247 175 221 0 0.29 0.11 0.03 321.67 0.82 0.83
Hex F7 AF DD 0 1D B 3 142 52 53
Octal 367 257 335 0 35 13 3 502 122 123
Binary 11110111 10101111 11011101 0 11101 1011 11 101000010 1010010 1010011

Color Harmonies of #F7AFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7AFDD

Black with #F7AFDD

Text Example


Text Example

White with #F7AFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7AFDD; }

 p { color: rgb(247,175,221); }

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

background-color css

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

 a { background-color: rgb(247,175,221); }

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

border-color css

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

 span { border-color: rgb(247,175,221); }

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