Html Css Color HEX #FCB1FA Lavender Rose

📋 copy color: '#FCB1FA'

red 252 ◦ green 177 ◦ blue 250

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

Shades of Lavender Rose #FCB1FA

Tints of Lavender Rose #FCB1FA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 26.07%

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

R = 37.11%
G = 26.07%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FCB1FA (or 0xFCB1FA) is known color: Lavender Rose. HEX triplet: FC, B1 and FA. RGB value is (252,177,250). Sum of RGB (Red+Green+Blue) = 252+177+250=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 177 (69.53% from 255 or 26.07% from 679); Blue value is 250 (98.05% from 255 or 36.82% from 679); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB1FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCB1FA is #034E05. Grayscale: #CFCFCF. Windows color (decimal): -216582 or 16429564. OLE color: 16429564.

HSL color Cylindrical-coordinate representation of color #FCB1FA: hue angle of 301.6º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FCB1FA is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 177 250 -
CMYK 0 0.30 0.01 0.01
HSL 301.6º 0.93% 0.84% -
HSV(B) 301.6º 0.3% 0.99% -
XYZ 73.12 59.04 97.98 -
YUV 207.75 151.85 159.56 -
System Red Green Blue C M Y K H S L
Decimal 252 177 250 0 0.30 0.01 0.01 301.6 0.93 0.84
Hex FC B1 FA 0 1E 1 1 12E 5D 54
Octal 374 261 372 0 36 1 1 456 135 124
Binary 11111100 10110001 11111010 0 11110 1 1 100101110 1011101 1010100

Color Harmonies of #FCB1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB1FA

Black with #FCB1FA

Text Example


Text Example

White with #FCB1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB1FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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