Html Css Color HEX #FCB6FB Lavender Rose

📋 copy color: '#FCB6FB'

red 252 ◦ green 182 ◦ blue 251

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

Shades of Lavender Rose #FCB6FB

Tints of Lavender Rose #FCB6FB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 26.57%

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

R = 36.79%
G = 26.57%
B = 36.64%

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

#FCB6FB (or 0xFCB6FB) is known color: Lavender Rose. HEX triplet: FC, B6 and FB. RGB value is (252,182,251). Sum of RGB (Red+Green+Blue) = 252+182+251=685 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.79% from 685); Green value is 182 (71.48% from 255 or 26.57% from 685); Blue value is 251 (98.44% from 255 or 36.64% from 685); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB6FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB6FB is #034904. Grayscale: #D2D2D2. Windows color (decimal): -215301 or 16496380. OLE color: 16496380.

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

Color convert

RGB 252 182 251 -
CMYK 0 0.28 0.00 0.01
HSL 300.86º 0.92% 0.85% -
HSV(B) 300.86º 0.28% 0.99% -
XYZ 74.29 61.12 99.15 -
YUV 210.8 150.69 157.39 -
System Red Green Blue C M Y K H S L
Decimal 252 182 251 0 0.28 0.00 0.01 300.86 0.92 0.85
Hex FC B6 FB 0 1C 0 1 12D 5C 55
Octal 374 266 373 0 34 0 1 455 134 125
Binary 11111100 10110110 11111011 0 11100 0 1 100101101 1011100 1010101

Color Harmonies of #FCB6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB6FB

Black with #FCB6FB

Text Example


Text Example

White with #FCB6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB6FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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