Html Css Color HEX #F09DDE Lavender Rose

📋 copy color: '#F09DDE'

red 240 ◦ green 157 ◦ blue 222

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

Shades of Lavender Rose #F09DDE

Tints of Lavender Rose #F09DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.86%

R = 38.77%
G = 25.36%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F09DDE (or 0xF09DDE) is known color: Lavender Rose. HEX triplet: F0, 9D and DE. RGB value is (240,157,222). Sum of RGB (Red+Green+Blue) = 240+157+222=619 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.77% from 619); Green value is 157 (61.72% from 255 or 25.36% from 619); Blue value is 222 (87.11% from 255 or 35.86% from 619); Max value from RGB is 240 - color contains mainly: red. Hex color #F09DDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09DDE is #0F6221. Grayscale: #BDBDBD. Windows color (decimal): -1008162 or 14589424. OLE color: 14589424.

HSL color Cylindrical-coordinate representation of color #F09DDE: hue angle of 313.01º 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 #F09DDE is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 157 222 -
CMYK 0 0.35 0.08 0.06
HSL 313.01º 0.73% 0.78% -
HSV(B) 313.01º 0.35% 0.94% -
XYZ 61.18 47.91 75.13 -
YUV 189.23 146.5 164.21 -
System Red Green Blue C M Y K H S L
Decimal 240 157 222 0 0.35 0.08 0.06 313.01 0.73 0.78
Hex F0 9D DE 0 23 8 6 139 49 4E
Octal 360 235 336 0 43 10 6 471 111 116
Binary 11110000 10011101 11011110 0 100011 1000 110 100111001 1001001 1001110

Color Harmonies of #F09DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09DDE

Black with #F09DDE

Text Example


Text Example

White with #F09DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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