Html Css Color HEX #F09DD2 Lavender Rose

📋 copy color: '#F09DD2'

red 240 ◦ green 157 ◦ blue 210

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

Shades of Lavender Rose #F09DD2

Tints of Lavender Rose #F09DD2

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.86%

 BLUE value IS 210 (82.42% from 255) = 34.6%

R = 39.54%
G = 25.86%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#F09DD2 (or 0xF09DD2) is known color: Lavender Rose. HEX triplet: F0, 9D and D2. RGB value is (240,157,210). Sum of RGB (Red+Green+Blue) = 240+157+210=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 157 (61.72% from 255 or 25.86% from 607); Blue value is 210 (82.42% from 255 or 34.60% from 607); Max value from RGB is 240 - color contains mainly: red. Hex color #F09DD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09DD2 is #0F622D. Grayscale: #BBBBBB. Windows color (decimal): -1008174 or 13802992. OLE color: 13802992.

HSL color Cylindrical-coordinate representation of color #F09DD2: hue angle of 321.69º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F09DD2 is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 157 210 -
CMYK 0 0.35 0.12 0.06
HSL 321.69º 0.73% 0.78% -
HSV(B) 321.69º 0.35% 0.94% -
XYZ 59.63 47.29 66.96 -
YUV 187.86 140.5 165.19 -
System Red Green Blue C M Y K H S L
Decimal 240 157 210 0 0.35 0.12 0.06 321.69 0.73 0.78
Hex F0 9D D2 0 23 C 6 142 49 4E
Octal 360 235 322 0 43 14 6 502 111 116
Binary 11110000 10011101 11010010 0 100011 1100 110 101000010 1001001 1001110

Color Harmonies of #F09DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09DD2

Black with #F09DD2

Text Example


Text Example

White with #F09DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09DD2; }

 p { color: rgb(240,157,210); }

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

background-color css

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

 a { background-color: rgb(240,157,210); }

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

border-color css

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

 span { border-color: rgb(240,157,210); }

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