Html Css Color HEX #FECBDD Classic Rose

📋 copy color: '#FECBDD'

red 254 ◦ green 203 ◦ blue 221

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

Shades of Classic Rose #FECBDD

Tints of Classic Rose #FECBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 32.6%

R = 37.46%
G = 29.94%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FECBDD (or 0xFECBDD) is known color: Classic Rose. HEX triplet: FE, CB and DD. RGB value is (254,203,221). Sum of RGB (Red+Green+Blue) = 254+203+221=678 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.46% from 678); Green value is 203 (79.69% from 255 or 29.94% from 678); Blue value is 221 (86.72% from 255 or 32.60% from 678); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECBDD is #013422. Grayscale: #DCDCDC. Windows color (decimal): -78883 or 14535678. OLE color: 14535678.

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

Color convert

RGB 254 203 221 -
CMYK 0 0.20 0.13 0.00
HSL 338.82º 0.96% 0.9% -
HSV(B) 338.82º 0.2% 1% -
XYZ 75.28 69 77.76 -
YUV 220.3 128.4 152.04 -
System Red Green Blue C M Y K H S L
Decimal 254 203 221 0 0.20 0.13 0.00 338.82 0.96 0.9
Hex FE CB DD 0 14 D 0 153 60 5A
Octal 376 313 335 0 24 15 0 523 140 132
Binary 11111110 11001011 11011101 0 10100 1101 0 101010011 1100000 1011010

Color Harmonies of #FECBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECBDD

Black with #FECBDD

Text Example


Text Example

White with #FECBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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