Html Css Color HEX #FCB7EA Lavender Rose

📋 copy color: '#FCB7EA'

red 252 ◦ green 183 ◦ blue 234

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

Shades of Lavender Rose #FCB7EA

Tints of Lavender Rose #FCB7EA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 27.35%

 BLUE value IS 234 (91.8% from 255) = 34.98%

R = 37.67%
G = 27.35%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FCB7EA (or 0xFCB7EA) is known color: Lavender Rose. HEX triplet: FC, B7 and EA. RGB value is (252,183,234). Sum of RGB (Red+Green+Blue) = 252+183+234=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 183 (71.88% from 255 or 27.35% from 669); Blue value is 234 (91.80% from 255 or 34.98% from 669); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB7EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB7EA is #034815. Grayscale: #D1D1D1. Windows color (decimal): -215062 or 15382524. OLE color: 15382524.

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

Color convert

RGB 252 183 234 -
CMYK 0 0.27 0.07 0.01
HSL 315.65º 0.92% 0.85% -
HSV(B) 315.65º 0.27% 0.99% -
XYZ 71.93 60.5 85.73 -
YUV 209.45 141.86 158.35 -
System Red Green Blue C M Y K H S L
Decimal 252 183 234 0 0.27 0.07 0.01 315.65 0.92 0.85
Hex FC B7 EA 0 1B 7 1 13C 5C 55
Octal 374 267 352 0 33 7 1 474 134 125
Binary 11111100 10110111 11101010 0 11011 111 1 100111100 1011100 1010101

Color Harmonies of #FCB7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB7EA

Black with #FCB7EA

Text Example


Text Example

White with #FCB7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB7EA; }

 p { color: rgb(252,183,234); }

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

background-color css

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

 a { background-color: rgb(252,183,234); }

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

border-color css

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

 span { border-color: rgb(252,183,234); }

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