Html Css Color HEX #F1CDD0 Pale Rose

📋 copy color: '#F1CDD0'

red 241 ◦ green 205 ◦ blue 208

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

Shades of Pale Rose #F1CDD0

Tints of Pale Rose #F1CDD0

RGB

 RED value IS 241 (94.53% from 255) = 36.85%

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

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

R = 36.85%
G = 31.35%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F1CDD0 (or 0xF1CDD0) is known color: Pale Rose. HEX triplet: F1, CD and D0. RGB value is (241,205,208). Sum of RGB (Red+Green+Blue) = 241+205+208=654 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.85% from 654); Green value is 205 (80.47% from 255 or 31.35% from 654); Blue value is 208 (81.64% from 255 or 31.80% from 654); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CDD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CDD0 is #0E322F. Grayscale: #D8D8D8. Windows color (decimal): -930352 or 13684209. OLE color: 13684209.

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

Color convert

RGB 241 205 208 -
CMYK 0 0.15 0.14 0.05
HSL 355º 0.56% 0.87% -
HSV(B) 355º 0.15% 0.95% -
XYZ 69.49 66.92 68.93 -
YUV 216.11 123.43 145.76 -
System Red Green Blue C M Y K H S L
Decimal 241 205 208 0 0.15 0.14 0.05 355 0.56 0.87
Hex F1 CD D0 0 F E 5 163 38 57
Octal 361 315 320 0 17 16 5 543 70 127
Binary 11110001 11001101 11010000 0 1111 1110 101 101100011 111000 1010111

Color Harmonies of #F1CDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CDD0

Black with #F1CDD0

Text Example


Text Example

White with #F1CDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CDD0; }

 p { color: rgb(241,205,208); }

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

background-color css

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

 a { background-color: rgb(241,205,208); }

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

border-color css

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

 span { border-color: rgb(241,205,208); }

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