Html Css Color HEX #FCB1EC Lavender Rose

📋 copy color: '#FCB1EC'

red 252 ◦ green 177 ◦ blue 236

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

Shades of Lavender Rose #FCB1EC

Tints of Lavender Rose #FCB1EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 35.49%

R = 37.89%
G = 26.62%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FCB1EC (or 0xFCB1EC) is known color: Lavender Rose. HEX triplet: FC, B1 and EC. RGB value is (252,177,236). Sum of RGB (Red+Green+Blue) = 252+177+236=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 177 (69.53% from 255 or 26.62% from 665); Blue value is 236 (92.58% from 255 or 35.49% from 665); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB1EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCB1EC is #034E13. Grayscale: #CDCDCD. Windows color (decimal): -216596 or 15512060. OLE color: 15512060.

HSL color Cylindrical-coordinate representation of color #FCB1EC: hue angle of 312.8º 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 #FCB1EC is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 177 236 -
CMYK 0 0.30 0.06 0.01
HSL 312.8º 0.93% 0.84% -
HSV(B) 312.8º 0.3% 0.99% -
XYZ 71.01 58.2 86.85 -
YUV 206.15 144.85 160.7 -
System Red Green Blue C M Y K H S L
Decimal 252 177 236 0 0.30 0.06 0.01 312.8 0.93 0.84
Hex FC B1 EC 0 1E 6 1 139 5D 54
Octal 374 261 354 0 36 6 1 471 135 124
Binary 11111100 10110001 11101100 0 11110 110 1 100111001 1011101 1010100

Color Harmonies of #FCB1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB1EC

Black with #FCB1EC

Text Example


Text Example

White with #FCB1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB1EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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