Html Css Color HEX #FCB5FA Lavender Rose

📋 copy color: '#FCB5FA'

red 252 ◦ green 181 ◦ blue 250

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

Shades of Lavender Rose #FCB5FA

Tints of Lavender Rose #FCB5FA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 26.5%

 BLUE value IS 250 (98.05% from 255) = 36.6%

R = 36.9%
G = 26.5%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FCB5FA (or 0xFCB5FA) is known color: Lavender Rose. HEX triplet: FC, B5 and FA. RGB value is (252,181,250). Sum of RGB (Red+Green+Blue) = 252+181+250=683 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.90% from 683); Green value is 181 (71.09% from 255 or 26.50% from 683); Blue value is 250 (98.05% from 255 or 36.60% from 683); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB5FA is #034A05. Grayscale: #D1D1D1. Windows color (decimal): -215558 or 16430588. OLE color: 16430588.

HSL color Cylindrical-coordinate representation of color #FCB5FA: hue angle of 301.69º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FCB5FA is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 181 250 -
CMYK 0 0.28 0.01 0.01
HSL 301.69º 0.92% 0.85% -
HSV(B) 301.69º 0.28% 0.99% -
XYZ 73.92 60.65 98.25 -
YUV 210.1 150.52 157.89 -
System Red Green Blue C M Y K H S L
Decimal 252 181 250 0 0.28 0.01 0.01 301.69 0.92 0.85
Hex FC B5 FA 0 1C 1 1 12E 5C 55
Octal 374 265 372 0 34 1 1 456 134 125
Binary 11111100 10110101 11111010 0 11100 1 1 100101110 1011100 1010101

Color Harmonies of #FCB5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB5FA

Black with #FCB5FA

Text Example


Text Example

White with #FCB5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB5FA; }

 p { color: rgb(252,181,250); }

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

background-color css

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

 a { background-color: rgb(252,181,250); }

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

border-color css

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

 span { border-color: rgb(252,181,250); }

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