Html Css Color HEX #F89CED Lavender Rose

📋 copy color: '#F89CED'

red 248 ◦ green 156 ◦ blue 237

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

Shades of Lavender Rose #F89CED

Tints of Lavender Rose #F89CED

RGB

 RED value IS 248 (97.27% from 255) = 38.69%

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

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

R = 38.69%
G = 24.34%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F89CED (or 0xF89CED) is known color: Lavender Rose. HEX triplet: F8, 9C and ED. RGB value is (248,156,237). Sum of RGB (Red+Green+Blue) = 248+156+237=641 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.69% from 641); Green value is 156 (61.33% from 255 or 24.34% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 248 - color contains mainly: red. Hex color #F89CED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F89CED is #076312. Grayscale: #C0C0C0. Windows color (decimal): -484115 or 15572216. OLE color: 15572216.

HSL color Cylindrical-coordinate representation of color #F89CED: hue angle of 307.17º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F89CED is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 156 237 -
CMYK 0 0.37 0.04 0.03
HSL 307.17º 0.87% 0.79% -
HSV(B) 307.17º 0.37% 0.97% -
XYZ 65.89 49.85 86.27 -
YUV 192.74 152.98 167.41 -
System Red Green Blue C M Y K H S L
Decimal 248 156 237 0 0.37 0.04 0.03 307.17 0.87 0.79
Hex F8 9C ED 0 25 4 3 133 57 4F
Octal 370 234 355 0 45 4 3 463 127 117
Binary 11111000 10011100 11101101 0 100101 100 11 100110011 1010111 1001111

Color Harmonies of #F89CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89CED

Black with #F89CED

Text Example


Text Example

White with #F89CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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