Html Css Color HEX #FCB4E9 Lavender Rose

📋 copy color: '#FCB4E9'

red 252 ◦ green 180 ◦ blue 233

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

Shades of Lavender Rose #FCB4E9

Tints of Lavender Rose #FCB4E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 35.04%

R = 37.89%
G = 27.07%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FCB4E9 (or 0xFCB4E9) is known color: Lavender Rose. HEX triplet: FC, B4 and E9. RGB value is (252,180,233). Sum of RGB (Red+Green+Blue) = 252+180+233=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 180 (70.70% from 255 or 27.07% from 665); Blue value is 233 (91.41% from 255 or 35.04% from 665); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB4E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB4E9 is #034B16. Grayscale: #CFCFCF. Windows color (decimal): -215831 or 15316220. OLE color: 15316220.

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

Color convert

RGB 252 180 233 -
CMYK 0 0.29 0.08 0.01
HSL 315.83º 0.92% 0.85% -
HSV(B) 315.83º 0.29% 0.99% -
XYZ 71.17 59.22 84.77 -
YUV 207.57 142.35 159.69 -
System Red Green Blue C M Y K H S L
Decimal 252 180 233 0 0.29 0.08 0.01 315.83 0.92 0.85
Hex FC B4 E9 0 1D 8 1 13C 5C 55
Octal 374 264 351 0 35 10 1 474 134 125
Binary 11111100 10110100 11101001 0 11101 1000 1 100111100 1011100 1010101

Color Harmonies of #FCB4E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB4E9

Black with #FCB4E9

Text Example


Text Example

White with #FCB4E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB4E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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