Html Css Color HEX #F09CED Lavender Rose

📋 copy color: '#F09CED'

red 240 ◦ green 156 ◦ blue 237

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

Shades of Lavender Rose #F09CED

Tints of Lavender Rose #F09CED

RGB

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

 GREEN value IS 156 (61.33% from 255) = 24.64%

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

R = 37.91%
G = 24.64%
B = 37.44%

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

#F09CED (or 0xF09CED) is known color: Lavender Rose. HEX triplet: F0, 9C and ED. RGB value is (240,156,237). Sum of RGB (Red+Green+Blue) = 240+156+237=633 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.91% from 633); Green value is 156 (61.33% from 255 or 24.64% from 633); Blue value is 237 (92.97% from 255 or 37.44% from 633); Max value from RGB is 240 - color contains mainly: red. Hex color #F09CED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09CED is #0F6312. Grayscale: #BEBEBE. Windows color (decimal): -1008403 or 15572208. OLE color: 15572208.

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

Color convert

RGB 240 156 237 -
CMYK 0 0.35 0.01 0.06
HSL 302.14º 0.74% 0.78% -
HSV(B) 302.14º 0.35% 0.94% -
XYZ 63.11 48.42 86.14 -
YUV 190.35 154.33 163.41 -
System Red Green Blue C M Y K H S L
Decimal 240 156 237 0 0.35 0.01 0.06 302.14 0.74 0.78
Hex F0 9C ED 0 23 1 6 12E 4A 4E
Octal 360 234 355 0 43 1 6 456 112 116
Binary 11110000 10011100 11101101 0 100011 1 110 100101110 1001010 1001110

Color Harmonies of #F09CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09CED

Black with #F09CED

Text Example


Text Example

White with #F09CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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