Html Css Color HEX #FCB4E5 Lavender Rose

📋 copy color: '#FCB4E5'

red 252 ◦ green 180 ◦ blue 229

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

Shades of Lavender Rose #FCB4E5

Tints of Lavender Rose #FCB4E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 34.64%

R = 38.12%
G = 27.23%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FCB4E5 (or 0xFCB4E5) is known color: Lavender Rose. HEX triplet: FC, B4 and E5. RGB value is (252,180,229). Sum of RGB (Red+Green+Blue) = 252+180+229=661 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.12% from 661); Green value is 180 (70.70% from 255 or 27.23% from 661); Blue value is 229 (89.84% from 255 or 34.64% from 661); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB4E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB4E5 is #034B1A. Grayscale: #CECECE. Windows color (decimal): -215835 or 15054076. OLE color: 15054076.

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

Color convert

RGB 252 180 229 -
CMYK 0 0.29 0.09 0.01
HSL 319.17º 0.92% 0.85% -
HSV(B) 319.17º 0.29% 0.99% -
XYZ 70.61 59 81.79 -
YUV 207.11 140.35 160.02 -
System Red Green Blue C M Y K H S L
Decimal 252 180 229 0 0.29 0.09 0.01 319.17 0.92 0.85
Hex FC B4 E5 0 1D 9 1 13F 5C 55
Octal 374 264 345 0 35 11 1 477 134 125
Binary 11111100 10110100 11100101 0 11101 1001 1 100111111 1011100 1010101

Color Harmonies of #FCB4E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB4E5

Black with #FCB4E5

Text Example


Text Example

White with #FCB4E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB4E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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