Html Css Color HEX #F09DED Lavender Rose

📋 copy color: '#F09DED'

red 240 ◦ green 157 ◦ blue 237

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

Shades of Lavender Rose #F09DED

Tints of Lavender Rose #F09DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.38%

R = 37.85%
G = 24.76%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F09DED (or 0xF09DED) is known color: Lavender Rose. HEX triplet: F0, 9D and ED. RGB value is (240,157,237). Sum of RGB (Red+Green+Blue) = 240+157+237=634 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.85% from 634); Green value is 157 (61.72% from 255 or 24.76% from 634); Blue value is 237 (92.97% from 255 or 37.38% from 634); Max value from RGB is 240 - color contains mainly: red. Hex color #F09DED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09DED is #0F6212. Grayscale: #BEBEBE. Windows color (decimal): -1008147 or 15572464. OLE color: 15572464.

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

Color convert

RGB 240 157 237 -
CMYK 0 0.35 0.01 0.06
HSL 302.17º 0.73% 0.78% -
HSV(B) 302.17º 0.35% 0.94% -
XYZ 63.28 48.75 86.2 -
YUV 190.94 154 163 -
System Red Green Blue C M Y K H S L
Decimal 240 157 237 0 0.35 0.01 0.06 302.17 0.73 0.78
Hex F0 9D ED 0 23 1 6 12E 49 4E
Octal 360 235 355 0 43 1 6 456 111 116
Binary 11110000 10011101 11101101 0 100011 1 110 100101110 1001001 1001110

Color Harmonies of #F09DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09DED

Black with #F09DED

Text Example


Text Example

White with #F09DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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