Html Css Color HEX #F99CED Lavender Rose

📋 copy color: '#F99CED'

red 249 ◦ green 156 ◦ blue 237

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

Shades of Lavender Rose #F99CED

Tints of Lavender Rose #F99CED

RGB

 RED value IS 249 (97.66% from 255) = 38.79%

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

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

R = 38.79%
G = 24.3%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#F99CED (or 0xF99CED) is known color: Lavender Rose. HEX triplet: F9, 9C and ED. RGB value is (249,156,237). Sum of RGB (Red+Green+Blue) = 249+156+237=642 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.79% from 642); Green value is 156 (61.33% from 255 or 24.30% from 642); Blue value is 237 (92.97% from 255 or 36.92% from 642); Max value from RGB is 249 - color contains mainly: red. Hex color #F99CED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F99CED is #066312. Grayscale: #C0C0C0. Windows color (decimal): -418579 or 15572217. OLE color: 15572217.

HSL color Cylindrical-coordinate representation of color #F99CED: hue angle of 307.74º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F99CED is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 156 237 -
CMYK 0 0.37 0.05 0.02
HSL 307.74º 0.89% 0.79% -
HSV(B) 307.74º 0.37% 0.98% -
XYZ 66.24 50.03 86.29 -
YUV 193.04 152.81 167.91 -
System Red Green Blue C M Y K H S L
Decimal 249 156 237 0 0.37 0.05 0.02 307.74 0.89 0.79
Hex F9 9C ED 0 25 5 2 134 59 4F
Octal 371 234 355 0 45 5 2 464 131 117
Binary 11111001 10011100 11101101 0 100101 101 10 100110100 1011001 1001111

Color Harmonies of #F99CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99CED

Black with #F99CED

Text Example


Text Example

White with #F99CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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