Html Css Color HEX #FCBEEB Lavender Rose

📋 copy color: '#FCBEEB'

red 252 ◦ green 190 ◦ blue 235

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

Shades of Lavender Rose #FCBEEB

Tints of Lavender Rose #FCBEEB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 28.06%

 BLUE value IS 235 (92.19% from 255) = 34.71%

R = 37.22%
G = 28.06%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FCBEEB (or 0xFCBEEB) is known color: Lavender Rose. HEX triplet: FC, BE and EB. RGB value is (252,190,235). Sum of RGB (Red+Green+Blue) = 252+190+235=677 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.22% from 677); Green value is 190 (74.61% from 255 or 28.06% from 677); Blue value is 235 (92.19% from 255 or 34.71% from 677); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBEEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBEEB is #034114. Grayscale: #D5D5D5. Windows color (decimal): -213269 or 15449852. OLE color: 15449852.

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

Color convert

RGB 252 190 235 -
CMYK 0 0.25 0.07 0.01
HSL 316.45º 0.91% 0.87% -
HSV(B) 316.45º 0.25% 0.99% -
XYZ 73.55 63.52 86.98 -
YUV 213.67 140.04 155.34 -
System Red Green Blue C M Y K H S L
Decimal 252 190 235 0 0.25 0.07 0.01 316.45 0.91 0.87
Hex FC BE EB 0 19 7 1 13C 5B 57
Octal 374 276 353 0 31 7 1 474 133 127
Binary 11111100 10111110 11101011 0 11001 111 1 100111100 1011011 1010111

Color Harmonies of #FCBEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBEEB

Black with #FCBEEB

Text Example


Text Example

White with #FCBEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBEEB; }

 p { color: rgb(252,190,235); }

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

background-color css

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

 a { background-color: rgb(252,190,235); }

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

border-color css

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

 span { border-color: rgb(252,190,235); }

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