Html Css Color HEX #FCB9FD Lavender Rose

📋 copy color: '#FCB9FD'

red 252 ◦ green 185 ◦ blue 253

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

Shades of Lavender Rose #FCB9FD

Tints of Lavender Rose #FCB9FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 36.67%

R = 36.52%
G = 26.81%
B = 36.67%

CMYK

 C value IS 0.00

 M value IS 0.27

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FCB9FD (or 0xFCB9FD) is known color: Lavender Rose. HEX triplet: FC, B9 and FD. RGB value is (252,185,253). Sum of RGB (Red+Green+Blue) = 252+185+253=690 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.52% from 690); Green value is 185 (72.66% from 255 or 26.81% from 690); Blue value is 253 (99.22% from 255 or 36.67% from 690); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCB9FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB9FD is #034602. Grayscale: #D4D4D4. Windows color (decimal): -214531 or 16628220. OLE color: 16628220.

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

Color convert

RGB 252 185 253 -
CMYK 0.00 0.27 0 0.01
HSL 299.12º 0.94% 0.86% -
HSV(B) 299.12º 0.27% 0.99% -
XYZ 75.22 62.49 101.02 -
YUV 212.79 150.7 155.97 -
System Red Green Blue C M Y K H S L
Decimal 252 185 253 0.00 0.27 0 0.01 299.12 0.94 0.86
Hex FC B9 FD 0 1B 0 1 12B 5E 56
Octal 374 271 375 0 33 0 1 453 136 126
Binary 11111100 10111001 11111101 0 11011 0 1 100101011 1011110 1010110

Color Harmonies of #FCB9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB9FD

Black with #FCB9FD

Text Example


Text Example

White with #FCB9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB9FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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