Html Css Color HEX #FCBEE6 Classic Rose

📋 copy color: '#FCBEE6'

red 252 ◦ green 190 ◦ blue 230

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

Shades of Classic Rose #FCBEE6

Tints of Classic Rose #FCBEE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 34.23%

R = 37.5%
G = 28.27%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FCBEE6 (or 0xFCBEE6) is known color: Classic Rose. HEX triplet: FC, BE and E6. RGB value is (252,190,230). Sum of RGB (Red+Green+Blue) = 252+190+230=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 190 (74.61% from 255 or 28.27% from 672); Blue value is 230 (90.23% from 255 or 34.23% from 672); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBEE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBEE6 is #034119. Grayscale: #D5D5D5. Windows color (decimal): -213274 or 15122172. OLE color: 15122172.

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

Color convert

RGB 252 190 230 -
CMYK 0 0.25 0.09 0.01
HSL 321.29º 0.91% 0.87% -
HSV(B) 321.29º 0.25% 0.99% -
XYZ 72.84 63.24 83.23 -
YUV 213.1 137.54 155.75 -
System Red Green Blue C M Y K H S L
Decimal 252 190 230 0 0.25 0.09 0.01 321.29 0.91 0.87
Hex FC BE E6 0 19 9 1 141 5B 57
Octal 374 276 346 0 31 11 1 501 133 127
Binary 11111100 10111110 11100110 0 11001 1001 1 101000001 1011011 1010111

Color Harmonies of #FCBEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBEE6

Black with #FCBEE6

Text Example


Text Example

White with #FCBEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBEE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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