Html Css Color HEX #FCBEEA Classic Rose

📋 copy color: '#FCBEEA'

red 252 ◦ green 190 ◦ blue 234

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

Shades of Classic Rose #FCBEEA

Tints of Classic Rose #FCBEEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 34.62%

R = 37.28%
G = 28.11%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FCBEEA (or 0xFCBEEA) is known color: Classic Rose. HEX triplet: FC, BE and EA. RGB value is (252,190,234). Sum of RGB (Red+Green+Blue) = 252+190+234=676 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.28% from 676); Green value is 190 (74.61% from 255 or 28.11% from 676); Blue value is 234 (91.80% from 255 or 34.62% from 676); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBEEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBEEA is #034115. Grayscale: #D5D5D5. Windows color (decimal): -213270 or 15384316. OLE color: 15384316.

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

Color convert

RGB 252 190 234 -
CMYK 0 0.25 0.07 0.01
HSL 317.42º 0.91% 0.87% -
HSV(B) 317.42º 0.25% 0.99% -
XYZ 73.41 63.46 86.22 -
YUV 213.55 139.54 155.42 -
System Red Green Blue C M Y K H S L
Decimal 252 190 234 0 0.25 0.07 0.01 317.42 0.91 0.87
Hex FC BE EA 0 19 7 1 13D 5B 57
Octal 374 276 352 0 31 7 1 475 133 127
Binary 11111100 10111110 11101010 0 11001 111 1 100111101 1011011 1010111

Color Harmonies of #FCBEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBEEA

Black with #FCBEEA

Text Example


Text Example

White with #FCBEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBEEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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