Html Css Color HEX #FCB3E2 Lavender Rose

📋 copy color: '#FCB3E2'

red 252 ◦ green 179 ◦ blue 226

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

Shades of Lavender Rose #FCB3E2

Tints of Lavender Rose #FCB3E2

RGB

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

 GREEN value IS 179 (70.31% from 255) = 27.25%

 BLUE value IS 226 (88.67% from 255) = 34.4%

R = 38.36%
G = 27.25%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FCB3E2 (or 0xFCB3E2) is known color: Lavender Rose. HEX triplet: FC, B3 and E2. RGB value is (252,179,226). Sum of RGB (Red+Green+Blue) = 252+179+226=657 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.36% from 657); Green value is 179 (70.31% from 255 or 27.25% from 657); Blue value is 226 (88.67% from 255 or 34.40% from 657); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB3E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB3E2 is #034C1D. Grayscale: #CECECE. Windows color (decimal): -216094 or 14857212. OLE color: 14857212.

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

Color convert

RGB 252 179 226 -
CMYK 0 0.29 0.10 0.01
HSL 321.37º 0.92% 0.85% -
HSV(B) 321.37º 0.29% 0.99% -
XYZ 69.99 58.43 79.54 -
YUV 206.19 139.18 160.68 -
System Red Green Blue C M Y K H S L
Decimal 252 179 226 0 0.29 0.10 0.01 321.37 0.92 0.85
Hex FC B3 E2 0 1D A 1 141 5C 55
Octal 374 263 342 0 35 12 1 501 134 125
Binary 11111100 10110011 11100010 0 11101 1010 1 101000001 1011100 1010101

Color Harmonies of #FCB3E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB3E2

Black with #FCB3E2

Text Example


Text Example

White with #FCB3E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB3E2; }

 p { color: rgb(252,179,226); }

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

background-color css

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

 a { background-color: rgb(252,179,226); }

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

border-color css

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

 span { border-color: rgb(252,179,226); }

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