Html Css Color HEX #F6AFDD Lavender Rose

📋 copy color: '#F6AFDD'

red 246 ◦ green 175 ◦ blue 221

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

Shades of Lavender Rose #F6AFDD

Tints of Lavender Rose #F6AFDD

RGB

 RED value IS 246 (96.48% from 255) = 38.32%

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

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

R = 38.32%
G = 27.26%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F6AFDD (or 0xF6AFDD) is known color: Lavender Rose. HEX triplet: F6, AF and DD. RGB value is (246,175,221). Sum of RGB (Red+Green+Blue) = 246+175+221=642 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.32% from 642); Green value is 175 (68.75% from 255 or 27.26% from 642); Blue value is 221 (86.72% from 255 or 34.42% from 642); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AFDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6AFDD is #095022. Grayscale: #C9C9C9. Windows color (decimal): -610339 or 14528502. OLE color: 14528502.

HSL color Cylindrical-coordinate representation of color #F6AFDD: hue angle of 321.13º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F6AFDD is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 175 221 -
CMYK 0 0.29 0.10 0.04
HSL 321.13º 0.8% 0.83% -
HSV(B) 321.13º 0.29% 0.96% -
XYZ 66.39 55.47 75.62 -
YUV 201.47 139.02 159.76 -
System Red Green Blue C M Y K H S L
Decimal 246 175 221 0 0.29 0.10 0.04 321.13 0.8 0.83
Hex F6 AF DD 0 1D A 4 141 50 53
Octal 366 257 335 0 35 12 4 501 120 123
Binary 11110110 10101111 11011101 0 11101 1010 100 101000001 1010000 1010011

Color Harmonies of #F6AFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6AFDD

Black with #F6AFDD

Text Example


Text Example

White with #F6AFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6AFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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