Html Css Color HEX #FCB6FA Lavender Rose

📋 copy color: '#FCB6FA'

red 252 ◦ green 182 ◦ blue 250

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

Shades of Lavender Rose #FCB6FA

Tints of Lavender Rose #FCB6FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 36.55%

R = 36.84%
G = 26.61%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FCB6FA (or 0xFCB6FA) is known color: Lavender Rose. HEX triplet: FC, B6 and FA. RGB value is (252,182,250). Sum of RGB (Red+Green+Blue) = 252+182+250=684 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.84% from 684); Green value is 182 (71.48% from 255 or 26.61% from 684); Blue value is 250 (98.05% from 255 or 36.55% from 684); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB6FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB6FA is #034905. Grayscale: #D2D2D2. Windows color (decimal): -215302 or 16430844. OLE color: 16430844.

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

Color convert

RGB 252 182 250 -
CMYK 0 0.28 0.01 0.01
HSL 301.71º 0.92% 0.85% -
HSV(B) 301.71º 0.28% 0.99% -
XYZ 74.13 61.05 98.32 -
YUV 210.68 150.19 157.47 -
System Red Green Blue C M Y K H S L
Decimal 252 182 250 0 0.28 0.01 0.01 301.71 0.92 0.85
Hex FC B6 FA 0 1C 1 1 12E 5C 55
Octal 374 266 372 0 34 1 1 456 134 125
Binary 11111100 10110110 11111010 0 11100 1 1 100101110 1011100 1010101

Color Harmonies of #FCB6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB6FA

Black with #FCB6FA

Text Example


Text Example

White with #FCB6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB6FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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