Html Css Color HEX #FCBBF0 Lavender Rose

📋 copy color: '#FCBBF0'

red 252 ◦ green 187 ◦ blue 240

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

Shades of Lavender Rose #FCBBF0

Tints of Lavender Rose #FCBBF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 35.35%

R = 37.11%
G = 27.54%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FCBBF0 (or 0xFCBBF0) is known color: Lavender Rose. HEX triplet: FC, BB and F0. RGB value is (252,187,240). Sum of RGB (Red+Green+Blue) = 252+187+240=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 187 (73.44% from 255 or 27.54% from 679); Blue value is 240 (94.14% from 255 or 35.35% from 679); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBBF0 is #03440F. Grayscale: #D4D4D4. Windows color (decimal): -214032 or 15776764. OLE color: 15776764.

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

Color convert

RGB 252 187 240 -
CMYK 0 0.26 0.05 0.01
HSL 311.08º 0.92% 0.86% -
HSV(B) 311.08º 0.26% 0.99% -
XYZ 73.64 62.53 90.63 -
YUV 212.48 143.53 156.19 -
System Red Green Blue C M Y K H S L
Decimal 252 187 240 0 0.26 0.05 0.01 311.08 0.92 0.86
Hex FC BB F0 0 1A 5 1 137 5C 56
Octal 374 273 360 0 32 5 1 467 134 126
Binary 11111100 10111011 11110000 0 11010 101 1 100110111 1011100 1010110

Color Harmonies of #FCBBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBBF0

Black with #FCBBF0

Text Example


Text Example

White with #FCBBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBBF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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