Html Css Color HEX #FECCEB Classic Rose

📋 copy color: '#FECCEB'

red 254 ◦ green 204 ◦ blue 235

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

Shades of Classic Rose #FECCEB

Tints of Classic Rose #FECCEB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 29.44%

 BLUE value IS 235 (92.19% from 255) = 33.91%

R = 36.65%
G = 29.44%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FECCEB (or 0xFECCEB) is known color: Classic Rose. HEX triplet: FE, CC and EB. RGB value is (254,204,235). Sum of RGB (Red+Green+Blue) = 254+204+235=693 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.65% from 693); Green value is 204 (80.08% from 255 or 29.44% from 693); Blue value is 235 (92.19% from 255 or 33.91% from 693); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECCEB is #013314. Grayscale: #DEDEDE. Windows color (decimal): -78613 or 15453438. OLE color: 15453438.

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

Color convert

RGB 254 204 235 -
CMYK 0 0.20 0.07 0.00
HSL 322.8º 0.96% 0.9% -
HSV(B) 322.8º 0.2% 1% -
XYZ 77.46 70.25 88.08 -
YUV 222.48 135.07 150.48 -
System Red Green Blue C M Y K H S L
Decimal 254 204 235 0 0.20 0.07 0.00 322.8 0.96 0.9
Hex FE CC EB 0 14 7 0 143 60 5A
Octal 376 314 353 0 24 7 0 503 140 132
Binary 11111110 11001100 11101011 0 10100 111 0 101000011 1100000 1011010

Color Harmonies of #FECCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECCEB

Black with #FECCEB

Text Example


Text Example

White with #FECCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECCEB; }

 p { color: rgb(254,204,235); }

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

background-color css

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

 a { background-color: rgb(254,204,235); }

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

border-color css

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

 span { border-color: rgb(254,204,235); }

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