Html Css Color HEX #FCBBED Lavender Rose

📋 copy color: '#FCBBED'

red 252 ◦ green 187 ◦ blue 237

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

Shades of Lavender Rose #FCBBED

Tints of Lavender Rose #FCBBED

RGB

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

 GREEN value IS 187 (73.44% from 255) = 27.66%

 BLUE value IS 237 (92.97% from 255) = 35.06%

R = 37.28%
G = 27.66%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FCBBED (or 0xFCBBED) is known color: Lavender Rose. HEX triplet: FC, BB and ED. RGB value is (252,187,237). Sum of RGB (Red+Green+Blue) = 252+187+237=676 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.28% from 676); Green value is 187 (73.44% from 255 or 27.66% from 676); Blue value is 237 (92.97% from 255 or 35.06% from 676); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBBED is #034412. Grayscale: #D4D4D4. Windows color (decimal): -214035 or 15580156. OLE color: 15580156.

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

Color convert

RGB 252 187 237 -
CMYK 0 0.26 0.06 0.01
HSL 313.85º 0.92% 0.86% -
HSV(B) 313.85º 0.26% 0.99% -
XYZ 73.2 62.35 88.3 -
YUV 212.14 142.03 156.43 -
System Red Green Blue C M Y K H S L
Decimal 252 187 237 0 0.26 0.06 0.01 313.85 0.92 0.86
Hex FC BB ED 0 1A 6 1 13A 5C 56
Octal 374 273 355 0 32 6 1 472 134 126
Binary 11111100 10111011 11101101 0 11010 110 1 100111010 1011100 1010110

Color Harmonies of #FCBBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBBED

Black with #FCBBED

Text Example


Text Example

White with #FCBBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBBED; }

 p { color: rgb(252,187,237); }

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

background-color css

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

 a { background-color: rgb(252,187,237); }

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

border-color css

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

 span { border-color: rgb(252,187,237); }

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