Html Css Color HEX #FCB9F8 Lavender Rose

📋 copy color: '#FCB9F8'

red 252 ◦ green 185 ◦ blue 248

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

Shades of Lavender Rose #FCB9F8

Tints of Lavender Rose #FCB9F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 36.2%

R = 36.79%
G = 27.01%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FCB9F8 (or 0xFCB9F8) is known color: Lavender Rose. HEX triplet: FC, B9 and F8. RGB value is (252,185,248). Sum of RGB (Red+Green+Blue) = 252+185+248=685 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.79% from 685); Green value is 185 (72.66% from 255 or 27.01% from 685); Blue value is 248 (97.27% from 255 or 36.20% from 685); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB9F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB9F8 is #034607. Grayscale: #D4D4D4. Windows color (decimal): -214536 or 16300540. OLE color: 16300540.

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

Color convert

RGB 252 185 248 -
CMYK 0 0.27 0.02 0.01
HSL 303.58º 0.92% 0.86% -
HSV(B) 303.58º 0.27% 0.99% -
XYZ 74.44 62.17 96.88 -
YUV 212.22 148.2 156.38 -
System Red Green Blue C M Y K H S L
Decimal 252 185 248 0 0.27 0.02 0.01 303.58 0.92 0.86
Hex FC B9 F8 0 1B 2 1 130 5C 56
Octal 374 271 370 0 33 2 1 460 134 126
Binary 11111100 10111001 11111000 0 11011 10 1 100110000 1011100 1010110

Color Harmonies of #FCB9F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB9F8

Black with #FCB9F8

Text Example


Text Example

White with #FCB9F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB9F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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