Html Css Color HEX #FCB5FB Lavender Rose

📋 copy color: '#FCB5FB'

red 252 ◦ green 181 ◦ blue 251

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

Shades of Lavender Rose #FCB5FB

Tints of Lavender Rose #FCB5FB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 26.46%

 BLUE value IS 251 (98.44% from 255) = 36.7%

R = 36.84%
G = 26.46%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#FCB5FB (or 0xFCB5FB) is known color: Lavender Rose. HEX triplet: FC, B5 and FB. RGB value is (252,181,251). Sum of RGB (Red+Green+Blue) = 252+181+251=684 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.84% from 684); Green value is 181 (71.09% from 255 or 26.46% from 684); Blue value is 251 (98.44% from 255 or 36.70% from 684); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB5FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB5FB is #034A04. Grayscale: #D2D2D2. Windows color (decimal): -215557 or 16496124. OLE color: 16496124.

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

Color convert

RGB 252 181 251 -
CMYK 0 0.28 0.00 0.01
HSL 300.85º 0.92% 0.85% -
HSV(B) 300.85º 0.28% 0.99% -
XYZ 74.08 60.71 99.08 -
YUV 210.21 151.02 157.81 -
System Red Green Blue C M Y K H S L
Decimal 252 181 251 0 0.28 0.00 0.01 300.85 0.92 0.85
Hex FC B5 FB 0 1C 0 1 12D 5C 55
Octal 374 265 373 0 34 0 1 455 134 125
Binary 11111100 10110101 11111011 0 11100 0 1 100101101 1011100 1010101

Color Harmonies of #FCB5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB5FB

Black with #FCB5FB

Text Example


Text Example

White with #FCB5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB5FB; }

 p { color: rgb(252,181,251); }

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

background-color css

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

 a { background-color: rgb(252,181,251); }

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

border-color css

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

 span { border-color: rgb(252,181,251); }

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