Html Css Color HEX #FCB4F0 Lavender Rose

📋 copy color: '#FCB4F0'

red 252 ◦ green 180 ◦ blue 240

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

Shades of Lavender Rose #FCB4F0

Tints of Lavender Rose #FCB4F0

RGB

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

 GREEN value IS 180 (70.7% from 255) = 26.79%

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

R = 37.5%
G = 26.79%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FCB4F0 (or 0xFCB4F0) is known color: Lavender Rose. HEX triplet: FC, B4 and F0. RGB value is (252,180,240). Sum of RGB (Red+Green+Blue) = 252+180+240=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 180 (70.70% from 255 or 26.79% from 672); Blue value is 240 (94.14% from 255 or 35.71% from 672); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB4F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB4F0 is #034B0F. Grayscale: #D0D0D0. Windows color (decimal): -215824 or 15774972. OLE color: 15774972.

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

Color convert

RGB 252 180 240 -
CMYK 0 0.29 0.05 0.01
HSL 310º 0.92% 0.85% -
HSV(B) 310º 0.29% 0.99% -
XYZ 72.19 59.63 90.14 -
YUV 208.37 145.85 159.12 -
System Red Green Blue C M Y K H S L
Decimal 252 180 240 0 0.29 0.05 0.01 310 0.92 0.85
Hex FC B4 F0 0 1D 5 1 136 5C 55
Octal 374 264 360 0 35 5 1 466 134 125
Binary 11111100 10110100 11110000 0 11101 101 1 100110110 1011100 1010101

Color Harmonies of #FCB4F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB4F0

Black with #FCB4F0

Text Example


Text Example

White with #FCB4F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB4F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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