Html Css Color HEX #F89CDA Lavender Rose

📋 copy color: '#F89CDA'

red 248 ◦ green 156 ◦ blue 218

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

Shades of Lavender Rose #F89CDA

Tints of Lavender Rose #F89CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.05%

R = 39.87%
G = 25.08%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F89CDA (or 0xF89CDA) is known color: Lavender Rose. HEX triplet: F8, 9C and DA. RGB value is (248,156,218). Sum of RGB (Red+Green+Blue) = 248+156+218=622 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.87% from 622); Green value is 156 (61.33% from 255 or 25.08% from 622); Blue value is 218 (85.55% from 255 or 35.05% from 622); Max value from RGB is 248 - color contains mainly: red. Hex color #F89CDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89CDA is #076325. Grayscale: #BEBEBE. Windows color (decimal): -484134 or 14327032. OLE color: 14327032.

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

Color convert

RGB 248 156 218 -
CMYK 0 0.37 0.12 0.03
HSL 319.57º 0.87% 0.79% -
HSV(B) 319.57º 0.37% 0.97% -
XYZ 63.25 48.8 72.41 -
YUV 190.58 143.48 168.96 -
System Red Green Blue C M Y K H S L
Decimal 248 156 218 0 0.37 0.12 0.03 319.57 0.87 0.79
Hex F8 9C DA 0 25 C 3 140 57 4F
Octal 370 234 332 0 45 14 3 500 127 117
Binary 11111000 10011100 11011010 0 100101 1100 11 101000000 1010111 1001111

Color Harmonies of #F89CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89CDA

Black with #F89CDA

Text Example


Text Example

White with #F89CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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