Html Css Color HEX #F0CED0 Pale Rose

📋 copy color: '#F0CED0'

red 240 ◦ green 206 ◦ blue 208

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

Shades of Pale Rose #F0CED0

Tints of Pale Rose #F0CED0

RGB

 RED value IS 240 (94.14% from 255) = 36.7%

 GREEN value IS 206 (80.86% from 255) = 31.5%

 BLUE value IS 208 (81.64% from 255) = 31.8%

R = 36.7%
G = 31.5%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#F0CED0 (or 0xF0CED0) is known color: Pale Rose. HEX triplet: F0, CE and D0. RGB value is (240,206,208). Sum of RGB (Red+Green+Blue) = 240+206+208=654 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.70% from 654); Green value is 206 (80.86% from 255 or 31.50% from 654); Blue value is 208 (81.64% from 255 or 31.80% from 654); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CED0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CED0 is #0F312F. Grayscale: #D8D8D8. Windows color (decimal): -995632 or 13684464. OLE color: 13684464.

HSL color Cylindrical-coordinate representation of color #F0CED0: hue angle of 356.47º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0CED0 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 206 208 -
CMYK 0 0.14 0.13 0.06
HSL 356.47º 0.53% 0.87% -
HSV(B) 356.47º 0.14% 0.94% -
XYZ 69.39 67.22 68.99 -
YUV 216.39 123.26 144.84 -
System Red Green Blue C M Y K H S L
Decimal 240 206 208 0 0.14 0.13 0.06 356.47 0.53 0.87
Hex F0 CE D0 0 E D 6 164 35 57
Octal 360 316 320 0 16 15 6 544 65 127
Binary 11110000 11001110 11010000 0 1110 1101 110 101100100 110101 1010111

Color Harmonies of #F0CED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CED0

Black with #F0CED0

Text Example


Text Example

White with #F0CED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CED0; }

 p { color: rgb(240,206,208); }

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

background-color css

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

 a { background-color: rgb(240,206,208); }

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

border-color css

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

 span { border-color: rgb(240,206,208); }

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