Html Css Color HEX #FCB7EF Lavender Rose

📋 copy color: '#FCB7EF'

red 252 ◦ green 183 ◦ blue 239

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

Shades of Lavender Rose #FCB7EF

Tints of Lavender Rose #FCB7EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 35.46%

R = 37.39%
G = 27.15%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FCB7EF (or 0xFCB7EF) is known color: Lavender Rose. HEX triplet: FC, B7 and EF. RGB value is (252,183,239). Sum of RGB (Red+Green+Blue) = 252+183+239=674 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.39% from 674); Green value is 183 (71.88% from 255 or 27.15% from 674); Blue value is 239 (93.75% from 255 or 35.46% from 674); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB7EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB7EF is #034810. Grayscale: #D1D1D1. Windows color (decimal): -215057 or 15710204. OLE color: 15710204.

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

Color convert

RGB 252 183 239 -
CMYK 0 0.27 0.05 0.01
HSL 311.3º 0.92% 0.85% -
HSV(B) 311.3º 0.27% 0.99% -
XYZ 72.66 60.79 89.57 -
YUV 210.02 144.36 157.95 -
System Red Green Blue C M Y K H S L
Decimal 252 183 239 0 0.27 0.05 0.01 311.3 0.92 0.85
Hex FC B7 EF 0 1B 5 1 137 5C 55
Octal 374 267 357 0 33 5 1 467 134 125
Binary 11111100 10110111 11101111 0 11011 101 1 100110111 1011100 1010101

Color Harmonies of #FCB7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB7EF

Black with #FCB7EF

Text Example


Text Example

White with #FCB7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB7EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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