Html Css Color HEX #FECBE4 Classic Rose

📋 copy color: '#FECBE4'

red 254 ◦ green 203 ◦ blue 228

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

Shades of Classic Rose #FECBE4

Tints of Classic Rose #FECBE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 33.28%

R = 37.08%
G = 29.64%
B = 33.28%

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

#FECBE4 (or 0xFECBE4) is known color: Classic Rose. HEX triplet: FE, CB and E4. RGB value is (254,203,228). Sum of RGB (Red+Green+Blue) = 254+203+228=685 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.08% from 685); Green value is 203 (79.69% from 255 or 29.64% from 685); Blue value is 228 (89.45% from 255 or 33.28% from 685); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECBE4 is #01341B. Grayscale: #DDDDDD. Windows color (decimal): -78876 or 14994430. OLE color: 14994430.

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

Color convert

RGB 254 203 228 -
CMYK 0 0.20 0.10 0.00
HSL 330.59º 0.96% 0.9% -
HSV(B) 330.59º 0.2% 1% -
XYZ 76.23 69.38 82.77 -
YUV 221.1 131.9 151.47 -
System Red Green Blue C M Y K H S L
Decimal 254 203 228 0 0.20 0.10 0.00 330.59 0.96 0.9
Hex FE CB E4 0 14 A 0 14B 60 5A
Octal 376 313 344 0 24 12 0 513 140 132
Binary 11111110 11001011 11100100 0 10100 1010 0 101001011 1100000 1011010

Color Harmonies of #FECBE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECBE4

Black with #FECBE4

Text Example


Text Example

White with #FECBE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECBE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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