Html Css Color HEX #FCA2DB Lavender Rose

📋 copy color: '#FCA2DB'

red 252 ◦ green 162 ◦ blue 219

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

Shades of Lavender Rose #FCA2DB

Tints of Lavender Rose #FCA2DB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 25.59%

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

R = 39.81%
G = 25.59%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FCA2DB (or 0xFCA2DB) is known color: Lavender Rose. HEX triplet: FC, A2 and DB. RGB value is (252,162,219). Sum of RGB (Red+Green+Blue) = 252+162+219=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 162 (63.67% from 255 or 25.59% from 633); Blue value is 219 (85.94% from 255 or 34.60% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA2DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA2DB is #035D24. Grayscale: #C3C3C3. Windows color (decimal): -220453 or 14394108. OLE color: 14394108.

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

Color convert

RGB 252 162 219 -
CMYK 0 0.36 0.13 0.01
HSL 322º 0.94% 0.81% -
HSV(B) 322º 0.36% 0.99% -
XYZ 65.85 51.65 73.52 -
YUV 195.41 141.32 168.37 -
System Red Green Blue C M Y K H S L
Decimal 252 162 219 0 0.36 0.13 0.01 322 0.94 0.81
Hex FC A2 DB 0 24 D 1 142 5E 51
Octal 374 242 333 0 44 15 1 502 136 121
Binary 11111100 10100010 11011011 0 100100 1101 1 101000010 1011110 1010001

Color Harmonies of #FCA2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA2DB

Black with #FCA2DB

Text Example


Text Example

White with #FCA2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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