Html Css Color HEX #F89CDC Lavender Rose

📋 copy color: '#F89CDC'

red 248 ◦ green 156 ◦ blue 220

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

Shades of Lavender Rose #F89CDC

Tints of Lavender Rose #F89CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.26%

R = 39.74%
G = 25%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F89CDC (or 0xF89CDC) is known color: Lavender Rose. HEX triplet: F8, 9C and DC. RGB value is (248,156,220). Sum of RGB (Red+Green+Blue) = 248+156+220=624 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.74% from 624); Green value is 156 (61.33% from 255 or 25% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 248 - color contains mainly: red. Hex color #F89CDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89CDC is #076323. Grayscale: #BEBEBE. Windows color (decimal): -484132 or 14458104. OLE color: 14458104.

HSL color Cylindrical-coordinate representation of color #F89CDC: hue angle of 318.26º 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 #F89CDC is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 156 220 -
CMYK 0 0.37 0.11 0.03
HSL 318.26º 0.87% 0.79% -
HSV(B) 318.26º 0.37% 0.97% -
XYZ 63.52 48.9 73.8 -
YUV 190.8 144.48 168.8 -
System Red Green Blue C M Y K H S L
Decimal 248 156 220 0 0.37 0.11 0.03 318.26 0.87 0.79
Hex F8 9C DC 0 25 B 3 13E 57 4F
Octal 370 234 334 0 45 13 3 476 127 117
Binary 11111000 10011100 11011100 0 100101 1011 11 100111110 1010111 1001111

Color Harmonies of #F89CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89CDC

Black with #F89CDC

Text Example


Text Example

White with #F89CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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