Html Css Color HEX #FCBEE5 Classic Rose

📋 copy color: '#FCBEE5'

red 252 ◦ green 190 ◦ blue 229

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

Shades of Classic Rose #FCBEE5

Tints of Classic Rose #FCBEE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 34.13%

R = 37.56%
G = 28.32%
B = 34.13%

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

#FCBEE5 (or 0xFCBEE5) is known color: Classic Rose. HEX triplet: FC, BE and E5. RGB value is (252,190,229). Sum of RGB (Red+Green+Blue) = 252+190+229=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 190 (74.61% from 255 or 28.32% from 671); Blue value is 229 (89.84% from 255 or 34.13% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBEE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBEE5 is #03411A. Grayscale: #D4D4D4. Windows color (decimal): -213275 or 15056636. OLE color: 15056636.

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

Color convert

RGB 252 190 229 -
CMYK 0 0.25 0.09 0.01
HSL 322.26º 0.91% 0.87% -
HSV(B) 322.26º 0.25% 0.99% -
XYZ 72.7 63.18 82.49 -
YUV 212.98 137.04 155.83 -
System Red Green Blue C M Y K H S L
Decimal 252 190 229 0 0.25 0.09 0.01 322.26 0.91 0.87
Hex FC BE E5 0 19 9 1 142 5B 57
Octal 374 276 345 0 31 11 1 502 133 127
Binary 11111100 10111110 11100101 0 11001 1001 1 101000010 1011011 1010111

Color Harmonies of #FCBEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBEE5

Black with #FCBEE5

Text Example


Text Example

White with #FCBEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBEE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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