Html Css Color HEX #FECBE5 Classic Rose

📋 copy color: '#FECBE5'

red 254 ◦ green 203 ◦ blue 229

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

Shades of Classic Rose #FECBE5

Tints of Classic Rose #FECBE5

RGB

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

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

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

R = 37.03%
G = 29.59%
B = 33.38%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#FECBE5 (or 0xFECBE5) is known color: Classic Rose. HEX triplet: FE, CB and E5. RGB value is (254,203,229). Sum of RGB (Red+Green+Blue) = 254+203+229=686 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.03% from 686); Green value is 203 (79.69% from 255 or 29.59% from 686); Blue value is 229 (89.84% from 255 or 33.38% from 686); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECBE5 is #01341A. Grayscale: #DDDDDD. Windows color (decimal): -78875 or 15059966. OLE color: 15059966.

HSL color Cylindrical-coordinate representation of color #FECBE5: hue angle of 329.41º 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 #FECBE5 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 203 229 -
CMYK 0 0.20 0.10 0.00
HSL 329.41º 0.96% 0.9% -
HSV(B) 329.41º 0.2% 1% -
XYZ 76.37 69.44 83.51 -
YUV 221.21 132.4 151.39 -
System Red Green Blue C M Y K H S L
Decimal 254 203 229 0 0.20 0.10 0.00 329.41 0.96 0.9
Hex FE CB E5 0 14 A 0 149 60 5A
Octal 376 313 345 0 24 12 0 511 140 132
Binary 11111110 11001011 11100101 0 10100 1010 0 101001001 1100000 1011010

Color Harmonies of #FECBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECBE5

Black with #FECBE5

Text Example


Text Example

White with #FECBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECBE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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