Html Css Color HEX #FECFEF Classic Rose

📋 copy color: '#FECFEF'

red 254 ◦ green 207 ◦ blue 239

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

Shades of Classic Rose #FECFEF

Tints of Classic Rose #FECFEF

RGB

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

 GREEN value IS 207 (81.25% from 255) = 29.57%

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

R = 36.29%
G = 29.57%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FECFEF (or 0xFECFEF) is known color: Classic Rose. HEX triplet: FE, CF and EF. RGB value is (254,207,239). Sum of RGB (Red+Green+Blue) = 254+207+239=700 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.29% from 700); Green value is 207 (81.25% from 255 or 29.57% from 700); Blue value is 239 (93.75% from 255 or 34.14% from 700); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECFEF is #013010. Grayscale: #E0E0E0. Windows color (decimal): -77841 or 15716350. OLE color: 15716350.

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

Color convert

RGB 254 207 239 -
CMYK 0 0.19 0.06 0.00
HSL 319.15º 0.96% 0.9% -
HSV(B) 319.15º 0.19% 1% -
XYZ 78.77 71.93 91.39 -
YUV 224.7 136.07 148.9 -
System Red Green Blue C M Y K H S L
Decimal 254 207 239 0 0.19 0.06 0.00 319.15 0.96 0.9
Hex FE CF EF 0 13 6 0 13F 60 5A
Octal 376 317 357 0 23 6 0 477 140 132
Binary 11111110 11001111 11101111 0 10011 110 0 100111111 1100000 1011010

Color Harmonies of #FECFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECFEF

Black with #FECFEF

Text Example


Text Example

White with #FECFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECFEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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