Html Css Color HEX #FCBCEE Lavender Rose

📋 copy color: '#FCBCEE'

red 252 ◦ green 188 ◦ blue 238

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

Shades of Lavender Rose #FCBCEE

Tints of Lavender Rose #FCBCEE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 27.73%

 BLUE value IS 238 (93.36% from 255) = 35.1%

R = 37.17%
G = 27.73%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FCBCEE (or 0xFCBCEE) is known color: Lavender Rose. HEX triplet: FC, BC and EE. RGB value is (252,188,238). Sum of RGB (Red+Green+Blue) = 252+188+238=678 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.17% from 678); Green value is 188 (73.83% from 255 or 27.73% from 678); Blue value is 238 (93.36% from 255 or 35.10% from 678); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBCEE is #034311. Grayscale: #D4D4D4. Windows color (decimal): -213778 or 15645948. OLE color: 15645948.

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

Color convert

RGB 252 188 238 -
CMYK 0 0.25 0.06 0.01
HSL 313.13º 0.91% 0.86% -
HSV(B) 313.13º 0.25% 0.99% -
XYZ 73.56 62.83 89.14 -
YUV 212.84 142.2 155.93 -
System Red Green Blue C M Y K H S L
Decimal 252 188 238 0 0.25 0.06 0.01 313.13 0.91 0.86
Hex FC BC EE 0 19 6 1 139 5B 56
Octal 374 274 356 0 31 6 1 471 133 126
Binary 11111100 10111100 11101110 0 11001 110 1 100111001 1011011 1010110

Color Harmonies of #FCBCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBCEE

Black with #FCBCEE

Text Example


Text Example

White with #FCBCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBCEE; }

 p { color: rgb(252,188,238); }

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

background-color css

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

 a { background-color: rgb(252,188,238); }

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

border-color css

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

 span { border-color: rgb(252,188,238); }

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