Html Css Color HEX #FCB0E8 Lavender Rose

📋 copy color: '#FCB0E8'

red 252 ◦ green 176 ◦ blue 232

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

Shades of Lavender Rose #FCB0E8

Tints of Lavender Rose #FCB0E8

RGB

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

 GREEN value IS 176 (69.14% from 255) = 26.67%

 BLUE value IS 232 (91.02% from 255) = 35.15%

R = 38.18%
G = 26.67%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FCB0E8 (or 0xFCB0E8) is known color: Lavender Rose. HEX triplet: FC, B0 and E8. RGB value is (252,176,232). Sum of RGB (Red+Green+Blue) = 252+176+232=660 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.18% from 660); Green value is 176 (69.14% from 255 or 26.67% from 660); Blue value is 232 (91.02% from 255 or 35.15% from 660); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB0E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCB0E8 is #034F17. Grayscale: #CCCCCC. Windows color (decimal): -216856 or 15249660. OLE color: 15249660.

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

Color convert

RGB 252 176 232 -
CMYK 0 0.30 0.08 0.01
HSL 315.79º 0.93% 0.84% -
HSV(B) 315.79º 0.3% 0.99% -
XYZ 70.24 57.57 83.75 -
YUV 205.11 143.18 161.45 -
System Red Green Blue C M Y K H S L
Decimal 252 176 232 0 0.30 0.08 0.01 315.79 0.93 0.84
Hex FC B0 E8 0 1E 8 1 13C 5D 54
Octal 374 260 350 0 36 10 1 474 135 124
Binary 11111100 10110000 11101000 0 11110 1000 1 100111100 1011101 1010100

Color Harmonies of #FCB0E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB0E8

Black with #FCB0E8

Text Example


Text Example

White with #FCB0E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB0E8; }

 p { color: rgb(252,176,232); }

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

background-color css

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

 a { background-color: rgb(252,176,232); }

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

border-color css

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

 span { border-color: rgb(252,176,232); }

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