Html Css Color HEX #FEEEEB Rose White

📋 copy color: '#FEEEEB'

red 254 ◦ green 238 ◦ blue 235

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

Shades of Rose White #FEEEEB

Tints of Rose White #FEEEEB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 32.74%

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

R = 34.94%
G = 32.74%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FEEEEB (or 0xFEEEEB) is known color: Rose White. HEX triplet: FE, EE and EB. RGB value is (254,238,235). Sum of RGB (Red+Green+Blue) = 254+238+235=727 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.94% from 727); Green value is 238 (93.36% from 255 or 32.74% from 727); Blue value is 235 (92.19% from 255 or 32.32% from 727); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEEEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEEEB is #011114. Grayscale: #F2F2F2. Windows color (decimal): -69909 or 15462142. OLE color: 15462142.

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

Color convert

RGB 254 238 235 -
CMYK 0 0.06 0.07 0.00
HSL 9.47º 0.9% 0.96% -
HSV(B) 9.47º 0.07% 1% -
XYZ 86.44 88.22 91.07 -
YUV 242.44 123.8 136.24 -
System Red Green Blue C M Y K H S L
Decimal 254 238 235 0 0.06 0.07 0.00 9.47 0.9 0.96
Hex FE EE EB 0 6 7 0 9 5A 60
Octal 376 356 353 0 6 7 0 11 132 140
Binary 11111110 11101110 11101011 0 110 111 0 1001 1011010 1100000

Color Harmonies of #FEEEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEEEB

Black with #FEEEEB

Text Example


Text Example

White with #FEEEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEEEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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