Html Css Color HEX #F3CCCF Pale Rose

📋 copy color: '#F3CCCF'

red 243 ◦ green 204 ◦ blue 207

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

Shades of Pale Rose #F3CCCF

Tints of Pale Rose #F3CCCF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31.19%

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

R = 37.16%
G = 31.19%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F3CCCF (or 0xF3CCCF) is known color: Pale Rose. HEX triplet: F3, CC and CF. RGB value is (243,204,207). Sum of RGB (Red+Green+Blue) = 243+204+207=654 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.16% from 654); Green value is 204 (80.08% from 255 or 31.19% from 654); Blue value is 207 (81.25% from 255 or 31.65% from 654); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CCCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CCCF is #0C3330. Grayscale: #D8D8D8. Windows color (decimal): -799537 or 13618419. OLE color: 13618419.

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

Color convert

RGB 243 204 207 -
CMYK 0 0.16 0.15 0.05
HSL 355.38º 0.62% 0.88% -
HSV(B) 355.38º 0.16% 0.95% -
XYZ 69.82 66.75 68.23 -
YUV 216 122.92 147.26 -
System Red Green Blue C M Y K H S L
Decimal 243 204 207 0 0.16 0.15 0.05 355.38 0.62 0.88
Hex F3 CC CF 0 10 F 5 163 3E 58
Octal 363 314 317 0 20 17 5 543 76 130
Binary 11110011 11001100 11001111 0 10000 1111 101 101100011 111110 1011000

Color Harmonies of #F3CCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3CCCF

Black with #F3CCCF

Text Example


Text Example

White with #F3CCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3CCCF; }

 p { color: rgb(243,204,207); }

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

background-color css

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

 a { background-color: rgb(243,204,207); }

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

border-color css

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

 span { border-color: rgb(243,204,207); }

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