Html Css Color HEX #FECBEF Classic Rose

📋 copy color: '#FECBEF'

red 254 ◦ green 203 ◦ blue 239

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

Shades of Classic Rose #FECBEF

Tints of Classic Rose #FECBEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 34.34%

R = 36.49%
G = 29.17%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FECBEF (or 0xFECBEF) is known color: Classic Rose. HEX triplet: FE, CB and EF. RGB value is (254,203,239). Sum of RGB (Red+Green+Blue) = 254+203+239=696 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.49% from 696); Green value is 203 (79.69% from 255 or 29.17% from 696); Blue value is 239 (93.75% from 255 or 34.34% from 696); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECBEF is #013410. Grayscale: #DEDEDE. Windows color (decimal): -78865 or 15715326. OLE color: 15715326.

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

Color convert

RGB 254 203 239 -
CMYK 0 0.20 0.06 0.00
HSL 317.65º 0.96% 0.9% -
HSV(B) 317.65º 0.2% 1% -
XYZ 77.81 70.01 91.07 -
YUV 222.35 137.4 150.57 -
System Red Green Blue C M Y K H S L
Decimal 254 203 239 0 0.20 0.06 0.00 317.65 0.96 0.9
Hex FE CB EF 0 14 6 0 13E 60 5A
Octal 376 313 357 0 24 6 0 476 140 132
Binary 11111110 11001011 11101111 0 10100 110 0 100111110 1100000 1011010

Color Harmonies of #FECBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECBEF

Black with #FECBEF

Text Example


Text Example

White with #FECBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECBEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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