Html Css Color HEX #FECBE0 Classic Rose

📋 copy color: '#FECBE0'

red 254 ◦ green 203 ◦ blue 224

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

Shades of Classic Rose #FECBE0

Tints of Classic Rose #FECBE0

RGB

 RED value IS 254 (99.61% from 255) = 37.3%

 GREEN value IS 203 (79.69% from 255) = 29.81%

 BLUE value IS 224 (87.89% from 255) = 32.89%

R = 37.3%
G = 29.81%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#FECBE0 (or 0xFECBE0) is known color: Classic Rose. HEX triplet: FE, CB and E0. RGB value is (254,203,224). Sum of RGB (Red+Green+Blue) = 254+203+224=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 203 (79.69% from 255 or 29.81% from 681); Blue value is 224 (87.89% from 255 or 32.89% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECBE0 is #01341F. Grayscale: #DCDCDC. Windows color (decimal): -78880 or 14732286. OLE color: 14732286.

HSL color Cylindrical-coordinate representation of color #FECBE0: hue angle of 335.29º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FECBE0 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 203 224 -
CMYK 0 0.20 0.12 0.00
HSL 335.29º 0.96% 0.9% -
HSV(B) 335.29º 0.2% 1% -
XYZ 75.68 69.16 79.88 -
YUV 220.64 129.9 151.79 -
System Red Green Blue C M Y K H S L
Decimal 254 203 224 0 0.20 0.12 0.00 335.29 0.96 0.9
Hex FE CB E0 0 14 C 0 14F 60 5A
Octal 376 313 340 0 24 14 0 517 140 132
Binary 11111110 11001011 11100000 0 10100 1100 0 101001111 1100000 1011010

Color Harmonies of #FECBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECBE0

Black with #FECBE0

Text Example


Text Example

White with #FECBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECBE0; }

 p { color: rgb(254,203,224); }

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

background-color css

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

 a { background-color: rgb(254,203,224); }

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

border-color css

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

 span { border-color: rgb(254,203,224); }

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