Html Css Color HEX #F0AFDC Lavender Rose

📋 copy color: '#F0AFDC'

red 240 ◦ green 175 ◦ blue 220

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

Shades of Lavender Rose #F0AFDC

Tints of Lavender Rose #F0AFDC

RGB

 RED value IS 240 (94.14% from 255) = 37.8%

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

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

R = 37.8%
G = 27.56%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F0AFDC (or 0xF0AFDC) is known color: Lavender Rose. HEX triplet: F0, AF and DC. RGB value is (240,175,220). Sum of RGB (Red+Green+Blue) = 240+175+220=635 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.80% from 635); Green value is 175 (68.75% from 255 or 27.56% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AFDC is #0F5023. Grayscale: #C7C7C7. Windows color (decimal): -1003556 or 14462960. OLE color: 14462960.

HSL color Cylindrical-coordinate representation of color #F0AFDC: hue angle of 318.46º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0AFDC is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 175 220 -
CMYK 0 0.27 0.08 0.06
HSL 318.46º 0.68% 0.81% -
HSV(B) 318.46º 0.27% 0.94% -
XYZ 64.18 54.35 74.82 -
YUV 199.57 139.53 156.84 -
System Red Green Blue C M Y K H S L
Decimal 240 175 220 0 0.27 0.08 0.06 318.46 0.68 0.81
Hex F0 AF DC 0 1B 8 6 13E 44 51
Octal 360 257 334 0 33 10 6 476 104 121
Binary 11110000 10101111 11011100 0 11011 1000 110 100111110 1000100 1010001

Color Harmonies of #F0AFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AFDC

Black with #F0AFDC

Text Example


Text Example

White with #F0AFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AFDC; }

 p { color: rgb(240,175,220); }

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

background-color css

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

 a { background-color: rgb(240,175,220); }

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

border-color css

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

 span { border-color: rgb(240,175,220); }

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