Html Css Color HEX #F3D0D4 Pale Rose

📋 copy color: '#F3D0D4'

red 243 ◦ green 208 ◦ blue 212

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

Shades of Pale Rose #F3D0D4

Tints of Pale Rose #F3D0D4

RGB

 RED value IS 243 (95.31% from 255) = 36.65%

 GREEN value IS 208 (81.64% from 255) = 31.37%

 BLUE value IS 212 (83.2% from 255) = 31.98%

R = 36.65%
G = 31.37%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F3D0D4 (or 0xF3D0D4) is known color: Pale Rose. HEX triplet: F3, D0 and D4. RGB value is (243,208,212). Sum of RGB (Red+Green+Blue) = 243+208+212=663 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.65% from 663); Green value is 208 (81.64% from 255 or 31.37% from 663); Blue value is 212 (83.20% from 255 or 31.98% from 663); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D0D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D0D4 is #0C2F2B. Grayscale: #DADADA. Windows color (decimal): -798508 or 13947123. OLE color: 13947123.

HSL color Cylindrical-coordinate representation of color #F3D0D4: hue angle of 353.14º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F3D0D4 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 208 212 -
CMYK 0 0.14 0.13 0.05
HSL 353.14º 0.59% 0.88% -
HSV(B) 353.14º 0.14% 0.95% -
XYZ 71.4 68.92 71.83 -
YUV 218.92 124.1 145.17 -
System Red Green Blue C M Y K H S L
Decimal 243 208 212 0 0.14 0.13 0.05 353.14 0.59 0.88
Hex F3 D0 D4 0 E D 5 161 3B 58
Octal 363 320 324 0 16 15 5 541 73 130
Binary 11110011 11010000 11010100 0 1110 1101 101 101100001 111011 1011000

Color Harmonies of #F3D0D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3D0D4

Black with #F3D0D4

Text Example


Text Example

White with #F3D0D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3D0D4; }

 p { color: rgb(243,208,212); }

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

background-color css

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

 a { background-color: rgb(243,208,212); }

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

border-color css

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

 span { border-color: rgb(243,208,212); }

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