Html Css Color HEX #FC92DB Lavender Rose

📋 copy color: '#FC92DB'

red 252 ◦ green 146 ◦ blue 219

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

Shades of Lavender Rose #FC92DB

Tints of Lavender Rose #FC92DB

RGB

 RED value IS 252 (98.83% from 255) = 40.84%

 GREEN value IS 146 (57.42% from 255) = 23.66%

 BLUE value IS 219 (85.94% from 255) = 35.49%

R = 40.84%
G = 23.66%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC92DB (or 0xFC92DB) is known color: Lavender Rose. HEX triplet: FC, 92 and DB. RGB value is (252,146,219). Sum of RGB (Red+Green+Blue) = 252+146+219=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 146 (57.42% from 255 or 23.66% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FC92DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC92DB is #036D24. Grayscale: #B9B9B9. Windows color (decimal): -224549 or 14390012. OLE color: 14390012.

HSL color Cylindrical-coordinate representation of color #FC92DB: hue angle of 318.68º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FC92DB is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 146 219 -
CMYK 0 0.42 0.13 0.01
HSL 318.68º 0.95% 0.78% -
HSV(B) 318.68º 0.42% 0.99% -
XYZ 63.21 46.37 72.64 -
YUV 186.02 146.62 175.06 -
System Red Green Blue C M Y K H S L
Decimal 252 146 219 0 0.42 0.13 0.01 318.68 0.95 0.78
Hex FC 92 DB 0 2A D 1 13F 5F 4E
Octal 374 222 333 0 52 15 1 477 137 116
Binary 11111100 10010010 11011011 0 101010 1101 1 100111111 1011111 1001110

Color Harmonies of #FC92DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC92DB

Black with #FC92DB

Text Example


Text Example

White with #FC92DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC92DB; }

 p { color: rgb(252,146,219); }

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

background-color css

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

 a { background-color: rgb(252,146,219); }

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

border-color css

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

 span { border-color: rgb(252,146,219); }

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