Html Css Color HEX #FCB2EC Lavender Rose

📋 copy color: '#FCB2EC'

red 252 ◦ green 178 ◦ blue 236

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

Shades of Lavender Rose #FCB2EC

Tints of Lavender Rose #FCB2EC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 26.73%

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

R = 37.84%
G = 26.73%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FCB2EC (or 0xFCB2EC) is known color: Lavender Rose. HEX triplet: FC, B2 and EC. RGB value is (252,178,236). Sum of RGB (Red+Green+Blue) = 252+178+236=666 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.84% from 666); Green value is 178 (69.92% from 255 or 26.73% from 666); Blue value is 236 (92.58% from 255 or 35.44% from 666); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB2EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCB2EC is #034D13. Grayscale: #CECECE. Windows color (decimal): -216340 or 15512316. OLE color: 15512316.

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

Color convert

RGB 252 178 236 -
CMYK 0 0.29 0.06 0.01
HSL 312.97º 0.93% 0.84% -
HSV(B) 312.97º 0.29% 0.99% -
XYZ 71.21 58.59 86.91 -
YUV 206.74 144.52 160.28 -
System Red Green Blue C M Y K H S L
Decimal 252 178 236 0 0.29 0.06 0.01 312.97 0.93 0.84
Hex FC B2 EC 0 1D 6 1 139 5C 54
Octal 374 262 354 0 35 6 1 471 134 124
Binary 11111100 10110010 11101100 0 11101 110 1 100111001 1011100 1010100

Color Harmonies of #FCB2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB2EC

Black with #FCB2EC

Text Example


Text Example

White with #FCB2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB2EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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