Html Css Color HEX #FCB9F0 Lavender Rose

📋 copy color: '#FCB9F0'

red 252 ◦ green 185 ◦ blue 240

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

Shades of Lavender Rose #FCB9F0

Tints of Lavender Rose #FCB9F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 35.45%

R = 37.22%
G = 27.33%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FCB9F0 (or 0xFCB9F0) is known color: Lavender Rose. HEX triplet: FC, B9 and F0. RGB value is (252,185,240). Sum of RGB (Red+Green+Blue) = 252+185+240=677 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.22% from 677); Green value is 185 (72.66% from 255 or 27.33% from 677); Blue value is 240 (94.14% from 255 or 35.45% from 677); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB9F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB9F0 is #03460F. Grayscale: #D3D3D3. Windows color (decimal): -214544 or 15776252. OLE color: 15776252.

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

Color convert

RGB 252 185 240 -
CMYK 0 0.27 0.05 0.01
HSL 310.75º 0.92% 0.86% -
HSV(B) 310.75º 0.27% 0.99% -
XYZ 73.22 61.68 90.49 -
YUV 211.3 144.2 157.03 -
System Red Green Blue C M Y K H S L
Decimal 252 185 240 0 0.27 0.05 0.01 310.75 0.92 0.86
Hex FC B9 F0 0 1B 5 1 137 5C 56
Octal 374 271 360 0 33 5 1 467 134 126
Binary 11111100 10111001 11110000 0 11011 101 1 100110111 1011100 1010110

Color Harmonies of #FCB9F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB9F0

Black with #FCB9F0

Text Example


Text Example

White with #FCB9F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB9F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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