Html Css Color HEX #FFF0E6 Rose White

📋 copy color: '#FFF0E6'

red 255 ◦ green 240 ◦ blue 230

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

Shades of Rose White #FFF0E6

Tints of Rose White #FFF0E6

RGB

 RED value IS 255 (100% from 255) = 35.17%

 GREEN value IS 240 (94.14% from 255) = 33.1%

 BLUE value IS 230 (90.23% from 255) = 31.72%

R = 35.17%
G = 33.1%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#FFF0E6 (or 0xFFF0E6) is known color: Rose White. HEX triplet: FF, F0 and E6. RGB value is (255,240,230). Sum of RGB (Red+Green+Blue) = 255+240+230=725 (96% of max value = 765). Red value is 255 (100% from 255 or 35.17% from 725); Green value is 240 (94.14% from 255 or 33.10% from 725); Blue value is 230 (90.23% from 255 or 31.72% from 725); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF0E6 is #000F19. Grayscale: #F3F3F3. Windows color (decimal): -3866 or 15134975. OLE color: 15134975.

HSL color Cylindrical-coordinate representation of color #FFF0E6: hue angle of 24º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FFF0E6 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB 255 240 230 -
CMYK 0 0.06 0.10 0
HSL 24º 1% 0.95% -
HSV(B) 24º 0.1% 1% -
XYZ 86.68 89.29 87.53 -
YUV 243.35 120.47 136.31 -
System Red Green Blue C M Y K H S L
Decimal 255 240 230 0 0.06 0.10 0 24 1 0.95
Hex FF F0 E6 0 6 A 0 18 64 5F
Octal 377 360 346 0 6 12 0 30 144 137
Binary 11111111 11110000 11100110 0 110 1010 0 11000 1100100 1011111

Color Harmonies of #FFF0E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF0E6

Black with #FFF0E6

Text Example


Text Example

White with #FFF0E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF0E6; }

 p { color: rgb(255,240,230); }

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

background-color css

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

 a { background-color: rgb(255,240,230); }

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

border-color css

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

 span { border-color: rgb(255,240,230); }

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