Html Css Color HEX #FCB9FC Lavender Rose

📋 copy color: '#FCB9FC'

red 252 ◦ green 185 ◦ blue 252

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

Shades of Lavender Rose #FCB9FC

Tints of Lavender Rose #FCB9FC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 26.85%

 BLUE value IS 252 (98.83% from 255) = 36.57%

R = 36.57%
G = 26.85%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FCB9FC (or 0xFCB9FC) is known color: Lavender Rose. HEX triplet: FC, B9 and FC. RGB value is (252,185,252). Sum of RGB (Red+Green+Blue) = 252+185+252=689 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.57% from 689); Green value is 185 (72.66% from 255 or 26.85% from 689); Blue value is 252 (98.83% from 255 or 36.57% from 689); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCB9FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB9FC is #034603. Grayscale: #D4D4D4. Windows color (decimal): -214532 or 16562684. OLE color: 16562684.

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

Color convert

RGB 252 185 252 -
CMYK 0 0.27 0 0.01
HSL 300º 0.92% 0.86% -
HSV(B) 300º 0.27% 0.99% -
XYZ 75.06 62.42 100.19 -
YUV 212.67 150.2 156.05 -
System Red Green Blue C M Y K H S L
Decimal 252 185 252 0 0.27 0 0.01 300 0.92 0.86
Hex FC B9 FC 0 1B 0 1 12C 5C 56
Octal 374 271 374 0 33 0 1 454 134 126
Binary 11111100 10111001 11111100 0 11011 0 1 100101100 1011100 1010110

Color Harmonies of #FCB9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB9FC

Black with #FCB9FC

Text Example


Text Example

White with #FCB9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB9FC; }

 p { color: rgb(252,185,252); }

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

background-color css

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

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

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

border-color css

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

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

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