Html Css Color HEX #FCB0F0 Lavender Rose

📋 copy color: '#FCB0F0'

red 252 ◦ green 176 ◦ blue 240

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

Shades of Lavender Rose #FCB0F0

Tints of Lavender Rose #FCB0F0

RGB

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

 GREEN value IS 176 (69.14% from 255) = 26.35%

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

R = 37.72%
G = 26.35%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FCB0F0 (or 0xFCB0F0) is known color: Lavender Rose. HEX triplet: FC, B0 and F0. RGB value is (252,176,240). Sum of RGB (Red+Green+Blue) = 252+176+240=668 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.72% from 668); Green value is 176 (69.14% from 255 or 26.35% from 668); Blue value is 240 (94.14% from 255 or 35.93% from 668); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB0F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCB0F0 is #034F0F. Grayscale: #CDCDCD. Windows color (decimal): -216848 or 15773948. OLE color: 15773948.

HSL color Cylindrical-coordinate representation of color #FCB0F0: hue angle of 309.47º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FCB0F0 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 176 240 -
CMYK 0 0.30 0.05 0.01
HSL 309.47º 0.93% 0.84% -
HSV(B) 309.47º 0.3% 0.99% -
XYZ 71.4 58.04 89.88 -
YUV 206.02 147.18 160.8 -
System Red Green Blue C M Y K H S L
Decimal 252 176 240 0 0.30 0.05 0.01 309.47 0.93 0.84
Hex FC B0 F0 0 1E 5 1 135 5D 54
Octal 374 260 360 0 36 5 1 465 135 124
Binary 11111100 10110000 11110000 0 11110 101 1 100110101 1011101 1010100

Color Harmonies of #FCB0F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB0F0

Black with #FCB0F0

Text Example


Text Example

White with #FCB0F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB0F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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