Html Css Color HEX #F0CDCF Pale Rose

📋 copy color: '#F0CDCF'

red 240 ◦ green 205 ◦ blue 207

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

Shades of Pale Rose #F0CDCF

Tints of Pale Rose #F0CDCF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 31.44%

 BLUE value IS 207 (81.25% from 255) = 31.75%

R = 36.81%
G = 31.44%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F0CDCF (or 0xF0CDCF) is known color: Pale Rose. HEX triplet: F0, CD and CF. RGB value is (240,205,207). Sum of RGB (Red+Green+Blue) = 240+205+207=652 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.81% from 652); Green value is 205 (80.47% from 255 or 31.44% from 652); Blue value is 207 (81.25% from 255 or 31.75% from 652); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CDCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CDCF is #0F3230. Grayscale: #D7D7D7. Windows color (decimal): -995889 or 13618672. OLE color: 13618672.

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

Color convert

RGB 240 205 207 -
CMYK 0 0.15 0.14 0.06
HSL 356.57º 0.54% 0.87% -
HSV(B) 356.57º 0.15% 0.94% -
XYZ 69.03 66.69 68.27 -
YUV 215.69 123.1 145.34 -
System Red Green Blue C M Y K H S L
Decimal 240 205 207 0 0.15 0.14 0.06 356.57 0.54 0.87
Hex F0 CD CF 0 F E 6 165 36 57
Octal 360 315 317 0 17 16 6 545 66 127
Binary 11110000 11001101 11001111 0 1111 1110 110 101100101 110110 1010111

Color Harmonies of #F0CDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CDCF

Black with #F0CDCF

Text Example


Text Example

White with #F0CDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CDCF; }

 p { color: rgb(240,205,207); }

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

background-color css

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

 a { background-color: rgb(240,205,207); }

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

border-color css

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

 span { border-color: rgb(240,205,207); }

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